What is the closest to ConcurrentHashMap and NavigableMap in Java?

bearophile bearophileHUGS at lycos.com
Thu Nov 14 13:39:52 PST 2013


Jacek Furmankiewicz:

> 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.

But is the D garbage collector able to manage efficiently enough 
associative arrays of few gigabytes? You are not dealing with a 
GC nearly as efficient as the JavaVM one.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list