Skip to content
Discussion options

You must be logged in to vote

CAS (Compare-And-Swap) → atomic updates (no locks)
Volatile → visibility guarantees (no caching issues)
Atomic classes (AtomicInteger, etc.)
Immutable objects → no modification = safe
Concurrent collections (ConcurrentHashMap)
Lock-free / wait-free algorithms
Read-Write separation (more reads, fewer locks)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant