ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2011.07622
8
11
v1v2v3 (latest)

Recoverable, Abortable, and Adaptive Mutual Exclusion with Sublogarithmic RMR Complexity

15 November 2020
Daniel Katzan
Adam Morrison
ArXiv (abs)PDFHTML
Abstract

We present the first recoverable mutual exclusion (RME) algorithm that is simultaneously abortable, adaptive to point contention, and with sublogarithmic RMR complexity. Our algorithm has O(min⁡(K,log⁡WN))O(\min(K,\log_W N))O(min(K,logW​N)) RMR passage complexity and O(F+min⁡(K,log⁡WN))O(F + \min(K,\log_W N))O(F+min(K,logW​N)) RMR super-passage complexity, where KKK is the number of concurrent processes (point contention), WWW is the size (in bits) of registers, and FFF is the number of crashes in a super-passage. Under the standard assumption that W=Θ(log⁡N)W=\Theta(\log N)W=Θ(logN), these bounds translate to worst-case O(log⁡Nlog⁡log⁡N)O(\frac{\log N}{\log \log N})O(loglogNlogN​) passage complexity and O(F+log⁡Nlog⁡log⁡N)O(F + \frac{\log N}{\log \log N})O(F+loglogNlogN​) super-passage complexity. Our key building blocks are: * A DDD-process abortable RME algorithm, for D≤WD \leq WD≤W, with O(1)O(1)O(1) passage complexity and O(1+F)O(1+F)O(1+F) super-passage complexity. We obtain this algorithm by using the Fetch-And-Add (FAA) primitive, unlike prior work on RME that uses Fetch-And-Store (FAS/SWAP). * A generic transformation that transforms any abortable RME algorithm with passage complexity of B<WB < WB<W, into an abortable RME lock with passage complexity of O(min⁡(K,B))O(\min(K,B))O(min(K,B)).

View on arXiv
Comments on this paper