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
文件下载
文件名 操作
hppc-0.9.0.RC2.jar 下载
hppc-0.9.0.RC2.pom 下载
hppc-0.9.0.RC2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.carrotsearch</groupId>
  <artifactId>hppc</artifactId>
  <version>0.9.0.RC2</version>
</dependency>
Gradle Groovy
implementation 'com.carrotsearch:hppc:0.9.0.RC2'
Gradle Kotlin
implementation("com.carrotsearch:hppc:0.9.0.RC2")
Scala SBT
libraryDependencies += "com.carrotsearch" % "hppc" % "0.9.0.RC2"
Groovy Grape
@Grapes(
  @Grab(group='com.carrotsearch', module='hppc', version='0.9.0.RC2')
)
Apache Ivy
<dependency org="com.carrotsearch" name="hppc" rev="0.9.0.RC2" />
Leiningen
[com.carrotsearch/hppc "0.9.0.RC2"]
Apache Buildr
'com.carrotsearch:hppc:jar:0.9.0.RC2'
本项目依赖
该项目无第三方依赖