| 类 | 说明 |
|---|---|
| ConcurrentAutoTable |
An auto-resizing table of
longs, supporting low-contention CAS
operations. |
| ConcurrentSet<E> |
jupiter
org.jupiter.common.concurrent
|
| NonBlockingHashMap<TypeK,TypeV> |
A lock-free alternate implementation of
ConcurrentHashMap
with better scaling properties and generally lower costs to mutate the Map. |
| NonBlockingHashMapLong<TypeV> |
A lock-free alternate implementation of
ConcurrentHashMap
with primitive long keys, better scaling properties and
generally lower costs. |
Copyright © 2018. All rights reserved.