HPPC-RT Collections

High Performance Primitive Collections Realtime (fork of HPPC from Carrotsearch) Fundamental data structures (maps, sets, lists, queues, heaps, sorts) generated for combinations of object and primitive types to conserve JVM memory and speed up execution. The Realtime fork intends to extend the existing collections, by tweaking to remove any dynamic allocations at runtime, and to obtain low variance execution times whatever the input nature.

Лицензия

Лицензия

Категории

Категории

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

Группа

com.github.vsonnier
Идентификатор

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

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

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

0.7.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

HPPC-RT Collections
High Performance Primitive Collections Realtime (fork of HPPC from Carrotsearch) Fundamental data structures (maps, sets, lists, queues, heaps, sorts) generated for combinations of object and primitive types to conserve JVM memory and speed up execution. The Realtime fork intends to extend the existing collections, by tweaking to remove any dynamic allocations at runtime, and to obtain low variance execution times whatever the input nature.

Скачать hppcrt

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

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

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
com.carrotsearch.randomizedtesting : randomizedtesting-runner jar 2.5.2

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

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

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

Версия
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.8
0.6.7
0.6.6
0.6.5