What is the closest to ConcurrentHashMap and NavigableMap in Java?

Jacek Furmankiewicz jacek99 at gmail.com
Thu Nov 14 13:31:51 PST 2013


hashmap per thread is not an option. The cache may be a few GBs 
of data, there is no way we can duplicate that data per thread.

Not to mention the start up time when we have to warm up the 
cache.


More information about the Digitalmars-d-learn mailing list