SmoothieMap

SmoothieMap is a java.util.Map implementation with worst put(k, v) operation latencies more than 100 times smaller than in ordinary hash table implementations like java.util.HashMap.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.openhft
Идентификатор

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

smoothie-map
Последняя версия

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

1.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

SmoothieMap
SmoothieMap is a java.util.Map implementation with worst put(k, v) operation latencies more than 100 times smaller than in ordinary hash table implementations like java.util.HashMap.

Скачать smoothie-map

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.ow2.asm : asm jar 5.1

provided (1)

Идентификатор библиотеки Тип Версия
com.intellij : annotations jar 12.0

test (4)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
com.google.guava : guava jar 18.0
com.google.guava : guava-testlib jar 18.0
org.apache.commons : commons-math3 jar 3.2

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

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

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

Версия
1.3
1.2
1.1
1.0