CompactList

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
Last Version

Last Version

0.4.3
Release Date

Release Date

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

How to add to project

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

Dependencies

compile (1)

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

test (5)

Group / Artifact Type Version
junit : junit jar 4.13.2
net.sf.trove4j : trove4j jar 3.0.3
org.knowm.xchart : xchart jar 3.8.0
org.apache.logging.log4j : log4j-slf4j-impl jar 2.16.0
org.apache.logging.log4j : log4j-core jar 2.17.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.0