Package org.jctools.maps
@Export
package org.jctools.maps
-
ClassesClassDescriptionAn auto-resizing table of
longs, supporting low-contention CAS operations.NonBlockingHashMap<TypeK,TypeV> A lock-free alternate implementation ofConcurrentHashMapwith better scaling properties and generally lower costs to mutate the Map.NonBlockingHashMapLong<TypeV>A lock-free alternate implementation ofConcurrentHashMapwith primitive long keys, better scaling properties and generally lower costs.A simple wrapper aroundNonBlockingHashMapmaking it implement theSetinterface.NonBlockingIdentityHashMap<TypeK,TypeV> A lock-free alternate implementation ofConcurrentHashMapwith better scaling properties and generally lower costs to mutate the Map.A multi-threaded bit-vector set, implemented as an array of primitivelongs.