Last Version

Compact HashMap parent 2.0

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

License

License

GroupId

GroupId

com.github.vlsi.compactmap
ArtifactId

ArtifactId

parent
Version

Version

2.0
Type

Type

pom
Description

Description

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

Project URL

https://github.com/vlsi/compactmap
Source Code Management

Source Code Management

https://github.com/vlsi/compactmap

Download parent 2.0

Filename Size
parent-2.0.pom 8 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • compactmap
  • jol
  • jmh