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.
文件下载
文件名 操作
hppc-0.8.1.jar 下载
hppc-0.8.1.pom 下载
hppc-0.8.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.carrotsearch</groupId>
  <artifactId>hppc</artifactId>
  <version>0.8.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.carrotsearch:hppc:0.8.1'
Gradle Kotlin
implementation("com.carrotsearch:hppc:0.8.1")
Scala SBT
libraryDependencies += "com.carrotsearch" % "hppc" % "0.8.1"
Groovy Grape
@Grapes(
  @Grab(group='com.carrotsearch', module='hppc', version='0.8.1')
)
Apache Ivy
<dependency org="com.carrotsearch" name="hppc" rev="0.8.1" />
Leiningen
[com.carrotsearch/hppc "0.8.1"]
Apache Buildr
'com.carrotsearch:hppc:jar:0.8.1'