Last Version

SmoothieMap 1.3

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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.openhft
ArtifactId

ArtifactId

smoothie-map
Version

Version

1.3
Type

Type

jar
Description

Description

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.

Download smoothie-map 1.3


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

Dependencies

compile (1)

Group / Artifact Type Version
org.ow2.asm : asm jar 5.1

provided (1)

Group / Artifact Type Version
com.intellij : annotations jar 12.0

test (4)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.