Last Version

Compact HashMap 2.0

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

License

License

GroupId

GroupId

com.github.vlsi.compactmap
ArtifactId

ArtifactId

compactmap
Version

Version

2.0
Type

Type

jar
Description

Description

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

Download compactmap 2.0


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

Dependencies

compile (1)

Group / Artifact Type Version
com.github.andrewoma.dexx : dexx-collections jar 0.2

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.4.2
org.junit.vintage : junit-vintage-engine jar 5.4.2
com.google.guava : guava-testlib jar 27.1-jre

Project Modules

There are no modules declared in this project.