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>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a type-specific IntArrayList and adds elements.
Exclude fastutil-core.jar from dependencies when using fastutil.jar.
No dependency data recorded yet.