| 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. |
| IntIterator |
| NonBlockingSetInt
A multi-threaded bit-vector set, implemented as an array of primitive
longs. |
Copyright © 2024. All rights reserved.