fastutil

fastutil extends the Java Collections Framework by providing type-specific maps, sets, lists, and queues with a small memory footprint and fast operations; it provides also big (64-bit) arrays, sets, and lists, sorting algorithms, fast, practical I/O classes for binary and text files, and facilities for memory mapping large files. This jar (fastutil-core.jar) contains data structures based on integers, longs, doubles, and objects, only; fastutil.jar contains all classes. If you have both jars in your dependencies, this jar should be excluded.

License

License

Categories

Categories

fastutil General Purpose Libraries High Performance
GroupId

GroupId

it.unimi.dsi
ArtifactId

ArtifactId

fastutil-core
Last Version

Last Version

8.5.8
Release Date

Release Date

Type

Type

jar
Description

Description

fastutil
fastutil extends the Java Collections Framework by providing type-specific maps, sets, lists, and queues with a small memory footprint and fast operations; it provides also big (64-bit) arrays, sets, and lists, sorting algorithms, fast, practical I/O classes for binary and text files, and facilities for memory mapping large files. This jar (fastutil-core.jar) contains data structures based on integers, longs, doubles, and objects, only; fastutil.jar contains all classes. If you have both jars in your dependencies, this 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-core

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
8.5.8
8.5.7
8.5.6
8.5.5
8.5.4
8.5.3