Registry / utility / fastutil

fastutil

JSON →
library8.5.18javamavenunverified

Fastutil extends the Java Collections Framework with type-specific maps, sets, lists, and queues for improved memory and performance.

<dependency> <groupId>it.unimi.dsi</groupId> <artifactId>fastutil</artifactId> <version>8.5.18</version> </dependency>
INSTALL
IMPORT
SIG · FASTUTIL
F
fastutil
utilityjavav8.5.18
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
it.unimi.dsi.fastutil.ints.IntArrayList

Creates a type-specific IntArrayList and adds elements.

import it.unimi.dsi.fastutil.ints.IntArrayList; IntArrayList list = new IntArrayList(); list.add(1); list.add(2); System.out.println("List: " + list);
Debug
Known issues
gotchaAvoid mixing fastutil-core.jar with the full fastutil.jar; exclude fastutil-core if both are present.
fix
Exclude fastutil-core.jar from dependencies when using fastutil.jar.
affects: *
Upgrade
Version history
8.5.18latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
fastutil — mvn dependency:get fastutil · libregistry