Registry / utility / hppc
library0.10.0javamavenunverified

High Performance Primitive Collections for Java, providing memory-efficient maps, sets, lists, stacks, and queues for primitive types.

<dependency> <groupId>com.carrotsearch</groupId> <artifactId>hppc</artifactId> <version>0.10.0</version> </dependency>
INSTALL
IMPORT
SIG · HPPC
H
hppc
utilityjavav0.10.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

IntArrayList
com.carrotsearch.hppc.IntArrayList

Creates an IntArrayList and adds elements.

import com.carrotsearch.hppc.IntArrayList; IntArrayList list = new IntArrayList(); list.add(1); list.add(2); list.add(3); System.out.println("List: " + list);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
hppc — mvn dependency:get hppc · libregistry