h

hppc

Fundamental data structures (maps, sets, lists, stacks, queues) generated for combinations of object and primitive types to conserve JVM memory and speed up execution.
http://labs.carrotsearch.com/hppc.html
The Apache Software License, Version 2.0
Carrot Search s.c.
Dawid Weiss Stanisław Osiński
Files download
File Operation
hppc-0.3.3.jar download
hppc-0.3.3.pom download
hppc-0.3.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.carrotsearch</groupId>
  <artifactId>hppc</artifactId>
  <version>0.3.3</version>
</dependency>
Gradle Groovy
implementation 'com.carrotsearch:hppc:0.3.3'
Gradle Kotlin
implementation("com.carrotsearch:hppc:0.3.3")
Scala SBT
libraryDependencies += "com.carrotsearch" % "hppc" % "0.3.3"
Groovy Grape
@Grapes(
  @Grab(group='com.carrotsearch', module='hppc', version='0.3.3')
)
Apache Ivy
<dependency org="com.carrotsearch" name="hppc" rev="0.3.3" />
Leiningen
[com.carrotsearch/hppc "0.3.3"]
Apache Buildr
'com.carrotsearch:hppc:jar:0.3.3'