| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.openhft |
| ArtifactId | ArtifactIdsmoothie-map |
| Last Version | Last Version1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSmoothieMap
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.
|
| Filename | Size |
|---|---|
| smoothie-map-1.3.pom | |
| smoothie-map-1.3.jar | 33 KB |
| smoothie-map-1.3-sources.jar | 23 KB |
| smoothie-map-1.3-javadoc.jar | 39 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.ow2.asm : asm | jar | 5.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.intellij : annotations | jar | 12.0 |
| 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 |