is not current version
Last Version 0.4.3

CompactList 0.4.0

An efficient in-memory implementation of List<Long> aiming for minimum memory usage and good insert/remove performance.

License

License

Categories

Categories

Net
GroupId

GroupId

net.kothar
ArtifactId

ArtifactId

compactlist
Version

Version

0.4.0
Type

Type

jar
Description

Description

CompactList
An efficient in-memory implementation of List<Long> aiming for minimum memory usage and good insert/remove performance.
Project URL

Project URL

https://kothar.net/compactlist
Source Code Management

Source Code Management

https://github.com/kothar/compactlist

Download compactlist 0.4.0


<!-- https://jarcasting.com/artifacts/net.kothar/compactlist/ -->
<dependency>
    <groupId>net.kothar</groupId>
    <artifactId>compactlist</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.kothar/compactlist/
implementation 'net.kothar:compactlist:0.4.0'
// https://jarcasting.com/artifacts/net.kothar/compactlist/
implementation ("net.kothar:compactlist:0.4.0")
'net.kothar:compactlist:jar:0.4.0'
<dependency org="net.kothar" name="compactlist" rev="0.4.0">
  <artifact name="compactlist" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.kothar', module='compactlist', version='0.4.0')
)
libraryDependencies += "net.kothar" % "compactlist" % "0.4.0"
[net.kothar/compactlist "0.4.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25

test (5)

Group / Artifact Type Version
junit : junit jar 4.12
net.sf.trove4j : trove4j jar 3.0.1
org.knowm.xchart : xchart jar 3.5.0
org.apache.logging.log4j : log4j-slf4j-impl jar 2.8.2
org.apache.logging.log4j : log4j-core jar 2.8.2

Project Modules

There are no modules declared in this project.