I\'m attempting to create a ConcurrentHashMap that supports \"snapshots\" in order to provide consistent iterators, and am wondering if there\'s a more efficien
ConcurrentHashMap
I've found that the ctrie is the ideal solution - it's a concurrent hash array mapped trie with constant time snapshots