Search
Your task is to implement a concurrent add-only hash-set of Strings without using locks.
SynchronizedStringSet
java.util.concurrent.atomic
bins
Atomic*
Atomic*FieldUpdater
Main
JcstressStringSetTest
VmlensStringSetTest
.java
pom.xml
There are several available tools that can be used:
You can also try to implement the two following assignments from previous years.
Some related slides are available in here
AtomicMarkableReference<Type>
this
find(int value)
delete(int value)
add(int value)