English

Fast Concurrent Primitives Despite Contention

Data Structures and Algorithms 2026-04-17 v1 Distributed, Parallel, and Cluster Computing

Abstract

We study the problem of constructing concurrent objects in a setting where PP processes run in parallel and interact through a shared memory that is subject to write contention. Our goal is to transform hardware primitives that are subject to write contention into ones that handle contention gracefully. We give contention-resolution algorithms for several basic primitives, and analyze them under a relaxed, roughly-synchronous stochastic scheduler, where processes run at roughly the same rate up to a constant factor with high probability. Specifically, we construct read/write registers and CAS registers that have latency O(logP)O(\log P) w.h.p. under our scheduler model, using O(1)O(1) hardware read/write registers and, in the case of our CAS construction, one hardware CAS register. Our algorithms guarantee performance even when their operations are invoked by an adaptive adversary that is able to see the entire history of operations so far, including their timing and return values. This allows them to be used as building blocks inside larger programs; using this compositionality property, we obtain several other constructions (LL/SC, fetch-and-increment, bounded max registers, and counters). To complement our constructions, we give a trade-off showing that even under a perfectly synchronous schedule and even if each process only executes one operation, any algorithm that implements any of the primitives that we consider, uses space MM, and has latency at most LL with high probability must have expected latency at least Ω(logMLP)\Omega(\log_{ML} P).

Keywords

Cite

@article{arxiv.2604.14530,
  title  = {Fast Concurrent Primitives Despite Contention},
  author = {Michael A. Bender and Guy E. Blelloch and Martin Farach-Colton and Yang Hu and Rob Johnson and Rotem Oshman and Renfei Zhou},
  journal= {arXiv preprint arXiv:2604.14530},
  year   = {2026}
}

Comments

51 pages, 3 figures

R2 v1 2026-07-01T12:11:51.734Z