java-concurrent-hash-trie-map
java-concurrent-hash-trie-map copied to clipboard
Comparision with high-scale-lib
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.