is not current version
Last Version 8.5.8

fastutil 8.5.4

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. This module contains data structures based on integers, longs, doubles, and objects.

License

License

Categories

Categories

fastutil General Purpose Libraries High Performance
GroupId

GroupId

it.unimi.dsi
ArtifactId

ArtifactId

fastutil-core
Version

Version

8.5.4
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. This module contains data structures based on integers, longs, doubles, and objects.
Project URL

Project URL

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

Source Code Management

https://github.com/vigna/fastutil

Download fastutil-core 8.5.4


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.