Hapax Locks : Value-Based Mutual Exclusion
By: Dave Dice, Alex Kogan
Potential Business Impact:
Makes computer programs run faster and smoother.
We present Hapax Locks, a novel locking algorithm that is simple, enjoys constant-time arrival and unlock paths, provides FIFO admission order, and which is also space efficient and generates relatively little coherence traffic under contention in the common case. Hapax Locks offer performance (both latency and scalability) that is comparable with the best state of the art locks, while at the same time Hapax Locks impose fewer constraints and dependencies on the ambient runtime environment, making them particularly easy to integrate or retrofit into existing systems or under existing application programming interfaces Of particular note, no pointers shift or escape ownership between threads in our algorithm.
Similar Papers
Reciprocating Locks
Distributed, Parallel, and Cluster Computing
Makes computer programs share work faster.
Recoverable Lock-Free Locks
Distributed, Parallel, and Cluster Computing
Makes computer programs safer and able to fix themselves.
No Cords Attached: Coordination-Free Concurrent Lock-Free Queues
Distributed, Parallel, and Cluster Computing
Makes computer programs share data faster and simpler.