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.

Лицензия

Лицензия

Категории

Категории

fastutil Универсальные библиотеки High Performance
Группа

Группа

it.unimi.dsi
Идентификатор

Идентификатор

fastutil-core
Последняя версия

Последняя версия

8.5.8
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://fastutil.di.unimi.it/
Система контроля версий

Система контроля версий

https://github.com/vigna/fastutil

Скачать fastutil-core

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
8.5.8
8.5.7
8.5.6
8.5.5
8.5.4
8.5.3