MVN

com.github.vsonnier : hppcrt

Maven & Gradle

Jul 12, 2017
7 usages
74 stars

HPPC-RT Collections · 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.

<dependency>
    <groupId>com.github.vsonnier</groupId>
    <artifactId>hppcrt</artifactId>
    <version>0.7.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.vsonnier : hppcrt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.5

All Versions

Choose a version of com.github.vsonnier : hppcrt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
hppcrt-0.7.5
hppcrt-0.7.4
hppcrt-0.7.3
hppcrt-0.7.2
hppcrt-0.7.1
hppcrt-0.7.0
0.6.x
hppcrt-0.6.8
hppcrt-0.6.7
hppcrt-0.6.6
hppcrt-0.6.5

How to add a dependency to Maven

Add the following com.github.vsonnier : hppcrt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.vsonnier</groupId>
    <artifactId>hppcrt</artifactId>
    <version>0.7.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.vsonnier : hppcrt gradle dependency to your build.gradle file:

implementation 'com.github.vsonnier:hppcrt:0.7.5'

Gradle Kotlin DSL: Add the following com.github.vsonnier : hppcrt gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.vsonnier:hppcrt:0.7.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.vsonnier : hppcrt sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.vsonnier" % "hppcrt" % "0.7.5"

Advertisement

Dependencies from Group

Jul 12, 2017
7 usages
74 stars
Jul 12, 2017
74 stars

Discover Dependencies

Aug 25, 2023
43 usages
68 stars
Jul 29, 2020
3 usages
3 stars
Oct 10, 2014
8 usages
43 stars
Dec 06, 2019
4 usages
25 stars
Sep 21, 2020
4 usages
37 stars
Feb 09, 2023
10 usages
131 stars
Feb 18, 2016
8 usages