h

hppc

High Performance Primitive Collections. Fundamental data structures (maps, sets, lists, stacks, queues) generated for combinations of object and primitive types to conserve JVM memory and speed up execution.
Files download
File Operation
hppc-0.5.1.jar download
hppc-0.5.1.pom download
hppc-0.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.carrotsearch</groupId>
  <artifactId>hppc</artifactId>
  <version>0.5.1</version>
</dependency>
Gradle Groovy
implementation 'com.carrotsearch:hppc:0.5.1'
Gradle Kotlin
implementation("com.carrotsearch:hppc:0.5.1")
Scala SBT
libraryDependencies += "com.carrotsearch" % "hppc" % "0.5.1"
Groovy Grape
@Grapes(
  @Grab(group='com.carrotsearch', module='hppc', version='0.5.1')
)
Apache Ivy
<dependency org="com.carrotsearch" name="hppc" rev="0.5.1" />
Leiningen
[com.carrotsearch/hppc "0.5.1"]
Apache Buildr
'com.carrotsearch:hppc:jar:0.5.1'