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

net.openhft:zero-allocation-hashing 0.5

Zero-allocation, pretty fast implementations of non-cryptographic hash functions for byte sequences or blocks of memory

Категории

Категории

Сеть
Группа

Группа

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

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

zero-allocation-hashing
Версия

Версия

0.5
Тип

Тип

jar

Скачать zero-allocation-hashing 0.5


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