h

hppc

High Performance Primitive Collections: data structures (maps, sets, lists, stacks, queues) generated for combinations of object and primitive types to conserve JVM memory and speed up execution.
https://github.com/carrotsearch/hppc
Apache 2
Carrot Search s.c.
Stanisław Osiński Dawid Weiss Bruno Roustant
Files download
File Operation
hppc-0.9.1.jar download
hppc-0.9.1.pom download
hppc-0.9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.carrotsearch</groupId>
  <artifactId>hppc</artifactId>
  <version>0.9.1</version>
</dependency>
Gradle Groovy
implementation 'com.carrotsearch:hppc:0.9.1'
Gradle Kotlin
implementation("com.carrotsearch:hppc:0.9.1")
Scala SBT
libraryDependencies += "com.carrotsearch" % "hppc" % "0.9.1"
Groovy Grape
@Grapes(
  @Grab(group='com.carrotsearch', module='hppc', version='0.9.1')
)
Apache Ivy
<dependency org="com.carrotsearch" name="hppc" rev="0.9.1" />
Leiningen
[com.carrotsearch/hppc "0.9.1"]
Apache Buildr
'com.carrotsearch:hppc:jar:0.9.1'
Dependencies
The project has no third-party dependencies