Proceedings of the 15th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming 2010
DOI: 10.1145/1693453.1693488
|View full text |Cite
|
Sign up to set email alerts
|

A practical concurrent binary search tree

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

1
133
0
1

Year Published

2013
2013
2020
2020

Publication Types

Select...
6

Relationship

0
6

Authors

Journals

citations
Cited by 154 publications
(135 citation statements)
references
References 13 publications
1
133
0
1
Order By: Relevance
“…Prior work has focused on deriving concurrent versions of unbalanced BSTs [16], self-balancing BSTs [9,12,13,19] and skip lists [14,20] [20] whereas Crain et al [14] propose a nonblocking skip list.…”
Section: Concurrent Algorithmsmentioning
confidence: 99%
See 4 more Smart Citations
“…Prior work has focused on deriving concurrent versions of unbalanced BSTs [16], self-balancing BSTs [9,12,13,19] and skip lists [14,20] [20] whereas Crain et al [14] propose a nonblocking skip list.…”
Section: Concurrent Algorithmsmentioning
confidence: 99%
“…To do deletions, we use the tombstone method [9]. Once the item is located in the tree, if it is a leaf, it is deleted, and if its parent is empty its parent is replaced by its remaining child; if it is a unary node, it is replaced by its only child; but if it has two children it is merely marked as empty, and left in the tree to guide future searches.…”
Section: Binary Search Trees and System Modelmentioning
confidence: 99%
See 3 more Smart Citations