score:8

Accepted answer

use the transactional map when you want to have transactions. use ctries/concurrenthashmap/nonblockinghashmap for mixed read-writes and cas+immutable.map for very-very-infrequent writes.


More Query from same tag