is not current version
Last Version 0.7.5

com.github.vsonnier:hppcrt 0.6.7

High Performance Primitive Collections Realtime (fork of HPPC of Carrotsearch) Fundamental data structures (maps, sets, lists, stacks, queues, heaps, sorts) generated for combinations of object and primitive types to conserve JVM memory and speed up execution. The Realtime fork intend of extending collections while tweaking and optimizations to remove any dynamic allocations at runtime, and low variance execution times.

Categories

Categories

HPPC General Purpose Libraries High Performance
GroupId

GroupId

com.github.vsonnier
ArtifactId

ArtifactId

hppcrt
Version

Version

0.6.7
Type

Type

jar

Download hppcrt 0.6.7


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