Package | Description |
---|---|
java.util | |
java.util.concurrent | |
org.cliffc.high_scale_lib |
Class and Description |
---|
NonBlockingHashtable
A lock-free alternate implementation of
ConcurrentHashMap
with better scaling properties and generally lower costs to mutate the Map. |
Class and Description |
---|
NonBlockingHashMap
A lock-free alternate implementation of
ConcurrentHashMap
with better scaling properties and generally lower costs to mutate the Map. |
Class and Description |
---|
ConcurrentAutoTable
An auto-resizing table of
longs , supporting low-contention CAS
operations. |
Copyright © 2013. All Rights Reserved.