java-concurrent-hash-trie-map icon indicating copy to clipboard operation
java-concurrent-hash-trie-map copied to clipboard

Comparision with high-scale-lib

Open czyzby opened this issue 9 years ago • 0 comments

Was performance and memory footprint of this map implementation compared with NonBlockingHashMap from high-scale-lib? Seems like both of these projects aim to provide a non-blocking implementation of ConcurrentMap that could potentially replace ConcurrentHashMap in Java applications.

czyzby avatar Jul 22 '16 21:07 czyzby