SmoothieMap - A gulp of low latency Java HashMap
SmoothieMap is a Map implementation for Java with the lowest memory usage and absence of rehash latency spikes. Under the hood, it is a version of extendible hashing with 48-slot mini segments. This project also includes a proof-of-concept implementation of SwissTable algorithm in Java.
https://github.com/TimeAndSpaceIO/SmoothieMap
License:
Tech:
Tags: