Releases: TimeAndSpaceIO/SmoothieMap
SmoothieMap 2.0.2
- Fixed a bug in SmoothieMap shrinking logic (#8)
Download JAR: https://repo1.maven.org/maven2/io/timeandspace/smoothie-map/2.0.2/smoothie-map-2.0.2.jar
SmoothieMap 2.0.1
See the summary of changes in SmoothieMap 2 vs. SmoothieMap 1.x here.
Moved to io.timeandspace
groupId, new SmoothieMapBuilider
API.
Download JAR: https://repo1.maven.org/maven2/io/timeandspace/smoothie-map/2.0.1/smoothie-map-2.0.1.jar
SmoothieMap 1.3
- Replace source code generation with bytecode generation, add dependency to
org.ow2.asm:asm
Download JAR: https://oss.sonatype.org/content/groups/public/net/openhft/smoothie-map/1.3/smoothie-map-1.3.jar
SmoothieMap 1.2
- Removed dependency to
net.openhft:compiler
- Improvements addressing runtime code generation in container and OSGi enviroments
Download JAR: https://oss.sonatype.org/content/groups/public/net/openhft/smoothie-map/1.2/smoothie-map-1.2.jar
SmoothieMap 1.1
- Fixed a bug
- Reduced worst-case footprint of the data structure
- Made
com.intellij:annotations
dependency optional
Download JAR: https://oss.sonatype.org/content/groups/public/net/openhft/smoothie-map/1.1/smoothie-map-1.1.jar
SmoothieMap 1.0
Initial release with a single public class SmoothieMap
(not synchronized Map
implementation)
Download JAR: https://oss.sonatype.org/content/groups/public/net/openhft/smoothie-map/1.0/smoothie-map-1.0.jar