Last Version

Compact HashMap layout/size tests 2.0

Hash table implementation modelled after memory efficient V8's Fast Property Access

License

License

GroupId

GroupId

com.github.vlsi.compactmap
ArtifactId

ArtifactId

jol
Version

Version

2.0
Type

Type

jar
Description

Description

Compact HashMap layout/size tests
Hash table implementation modelled after memory efficient V8's Fast Property Access

Download jol 2.0

Filename Size
jol-2.0.pom
jol-2.0.jar 1 KB
Browse

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

Dependencies

compile (1)

Group / Artifact Type Version
com.github.vlsi.compactmap : compactmap jar 2.0

test (4)

Group / Artifact Type Version
org.openjdk.jol : jol-core jar 0.9
org.junit.jupiter : junit-jupiter jar 5.4.2
org.pcollections : pcollections jar 3.0.3
com.github.krukow : clj-ds jar 0.0.4

Project Modules

There are no modules declared in this project.