@inproceedings{88ba7fa1f7af492d9d6803726f3735ad,
title = "Efficiently reclaiming memory in concurrent search data structures while bounding wasted memory",
abstract = "Nonblocking data structures face a safe memory reclamation (SMR) problem. In these algorithms, a node removed from the data structure cannot be reclaimed (freed) immediately, as other threads may be about to access it. The goal of an SMR scheme is to minimize the number of removed nodes that cannot be reclaimed - -called wasted memory - -while imposing low run-time overhead. It is also desirable for an SMR scheme to be self-contained and not require specific OS features. No existing self-contained SMR scheme can guarantee a predetermined bound on wasted memory without imposing significant run-time overhead. In this paper, we introduce margin pointers (MP), the first nonblocking, self-contained SMR scheme featuring both predetermined bounded wasted memory and low run-time overhead. MP targets search data structures, such as binary trees and skip lists, which are important SMR clients and also victims of its high overhead. MP's novelty lies in its protecting logical subsets of the data structure from being reclaimed, as opposed to previous work, which protects physical locations (explicit nodes).",
keywords = "hazard pointers, safe memory reclamation",
author = "Daniel Solomon and Adam Morrison",
note = "Publisher Copyright: {\textcopyright} 2021 ACM.; 26th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming, PPoPP 2021 ; Conference date: 27-02-2021 Through 03-03-2021",
year = "2021",
month = feb,
day = "17",
doi = "10.1145/3437801.3441582",
language = "الإنجليزيّة",
series = "Proceedings of the ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming, PPOPP",
publisher = "Association for Computing Machinery",
pages = "191--204",
booktitle = "PPoPP 2021 - Proceedings of the 2021 26th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming",
address = "الولايات المتّحدة",
}