is not current version
Last Version 1.3

net.openhft:smoothie-map 1.2

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.

Categories

Categories

Net
GroupId

GroupId

net.openhft
ArtifactId

ArtifactId

smoothie-map
Version

Version

1.2
Type

Type

jar

Download smoothie-map 1.2


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