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