h

hppcrt

High Performance Primitive Collections Realtime (fork of HPPC from Carrotsearch) Fundamental data structures (maps, sets, lists, queues, heaps, sorts) generated for combinations of object and primitive types to conserve JVM memory and speed up execution. The Realtime fork intends to extend the existing collections, by tweaking to remove any dynamic allocations at runtime, and to obtain low variance execution times whatever the input nature.
Files download
File Operation
hppcrt-0.7.5.jar download
hppcrt-0.7.5.pom download
hppcrt-0.7.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.vsonnier</groupId>
  <artifactId>hppcrt</artifactId>
  <version>0.7.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.vsonnier:hppcrt:0.7.5'
Gradle Kotlin
implementation("com.github.vsonnier:hppcrt:0.7.5")
Scala SBT
libraryDependencies += "com.github.vsonnier" % "hppcrt" % "0.7.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.vsonnier', module='hppcrt', version='0.7.5')
)
Apache Ivy
<dependency org="com.github.vsonnier" name="hppcrt" rev="0.7.5" />
Leiningen
[com.github.vsonnier/hppcrt "0.7.5"]
Apache Buildr
'com.github.vsonnier:hppcrt:jar:0.7.5'