is not current version
Last Version 8.5.8

fastutil 8.5.6

fastutil extends the Java Collections Framework by providing type-specific maps, sets, lists and priority queues with a small memory footprint and fast access and insertion; provides also big (64-bit) arrays, sets and lists, sorting algorithms, and fast, practical I/O classes for binary and text files. Note that if you have both this jar and fastutil-core.jar in your dependencies, fastutil-core.jar should be excluded.

License

License

Categories

Categories

fastutil General Purpose Libraries High Performance
GroupId

GroupId

it.unimi.dsi
ArtifactId

ArtifactId

fastutil
Version

Version

8.5.6
Type

Type

jar
Description

Description

fastutil
fastutil extends the Java Collections Framework by providing type-specific maps, sets, lists and priority queues with a small memory footprint and fast access and insertion; provides also big (64-bit) arrays, sets and lists, sorting algorithms, and fast, practical I/O classes for binary and text files. Note that if you have both this jar and fastutil-core.jar in your dependencies, fastutil-core.jar should be excluded.
Project URL

Project URL

http://fastutil.di.unimi.it/
Source Code Management

Source Code Management

https://github.com/vigna/fastutil

Download fastutil 8.5.6


<!-- https://jarcasting.com/artifacts/it.unimi.dsi/fastutil/ -->
<dependency>
    <groupId>it.unimi.dsi</groupId>
    <artifactId>fastutil</artifactId>
    <version>8.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/it.unimi.dsi/fastutil/
implementation 'it.unimi.dsi:fastutil:8.5.6'
// https://jarcasting.com/artifacts/it.unimi.dsi/fastutil/
implementation ("it.unimi.dsi:fastutil:8.5.6")
'it.unimi.dsi:fastutil:jar:8.5.6'
<dependency org="it.unimi.dsi" name="fastutil" rev="8.5.6">
  <artifact name="fastutil" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.unimi.dsi', module='fastutil', version='8.5.6')
)
libraryDependencies += "it.unimi.dsi" % "fastutil" % "8.5.6"
[it.unimi.dsi/fastutil "8.5.6"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.