License |
License |
---|---|
Categories |
CategoriesHPPC General Purpose Libraries High Performance Search Business Logic Libraries |
GroupId | GroupIdcom.carrotsearch |
ArtifactId | ArtifactIdhppc |
Last Version | Last Version0.9.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHigh Performance Primitive Collections
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hppc-0.9.1.pom | |
hppc-0.9.1.jar | 1 MB |
hppc-0.9.1-sources.jar | 1004 KB |
hppc-0.9.1-jdk15.jar | 1 MB |
hppc-0.9.1-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.carrotsearch/hppc/ -->
<dependency>
<groupId>com.carrotsearch</groupId>
<artifactId>hppc</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.carrotsearch/hppc/
implementation 'com.carrotsearch:hppc:0.9.1'
// https://jarcasting.com/artifacts/com.carrotsearch/hppc/
implementation ("com.carrotsearch:hppc:0.9.1")
'com.carrotsearch:hppc:jar:0.9.1'
<dependency org="com.carrotsearch" name="hppc" rev="0.9.1">
<artifact name="hppc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.carrotsearch', module='hppc', version='0.9.1')
)
libraryDependencies += "com.carrotsearch" % "hppc" % "0.9.1"
[com.carrotsearch/hppc "0.9.1"]