中文

Hapax Locks : Value-Based Mutual Exclusion

分布式、并行与集群计算 2026-01-14 v3

摘要

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.

关键词

引用

@article{arxiv.2511.14608,
  title  = {Hapax Locks : Value-Based Mutual Exclusion},
  author = {Dave Dice and Alex Kogan},
  journal= {arXiv preprint arXiv:2511.14608},
  year   = {2026}
}

备注

arXiv admin note: text overlap with arXiv:2501.02380