Archive

Posts Tagged ‘cas’

compare-and-swap

compare-and-swap (CAS) addresses the problem of implementing atomic read-modify-write sequence without locking.

Read more…