Wait-free linked-lists

  • Authors:
  • Shahar Timnat;Anastasia Braginsky;Alex Kogan;Erez Petrank

  • Affiliations:
  • Technion, Israel Institute of Technology, Haifa, Israel;Technion, Israel Institute of Technology, Haifa, Israel;Technion, Israel Institute of Technology, Haifa, Israel;Technion, Israel Institute of Technology, Haifa, Israel

  • Venue:
  • Proceedings of the 17th ACM SIGPLAN symposium on Principles and Practice of Parallel Programming
  • Year:
  • 2012

Quantified Score

Hi-index 0.02

Visualization

Abstract

The linked-list data structure is fundamental and ubiquitous. Lock-free versions of the linked-list are well known. However, the existence of a practical wait-free linked-list has been open. In this work we designed such a linked-list. To achieve better performance, we have also extended this design using the fast-path-slow-path methodology. The resulting implementation achieves performance which is competitive with that of Harris's lock-free list, while still guaranteeing non-starvation via wait-freedom. We have also developed a proof for the correctness and the wait-freedom of our design.