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

Fast concurrent lock-free binary search trees

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
2

Citation Types

0
42
0

Year Published

2016
2016
2023
2023

Publication Types

Select...
4
2
1

Relationship

0
7

Authors

Journals

citations
Cited by 135 publications
(42 citation statements)
references
References 27 publications
0
42
0
Order By: Relevance
“…The design of the LFkD-tree is based on the lock-free BST of Natarajan et al [9]. To perform an iterative scan, we implement an ecient fully non-recursive traversal using parent links, which is not available in [9].…”
Section: A High-level Summary Of the Workmentioning
confidence: 99%
See 2 more Smart Citations
“…The design of the LFkD-tree is based on the lock-free BST of Natarajan et al [9]. To perform an iterative scan, we implement an ecient fully non-recursive traversal using parent links, which is not available in [9].…”
Section: A High-level Summary Of the Workmentioning
confidence: 99%
“…To perform an iterative scan, we implement an ecient fully non-recursive traversal using parent links, which is not available in [9].…”
Section: A High-level Summary Of the Workmentioning
confidence: 99%
See 1 more Smart Citation
“…? ?CBTree [28] LFBST [30] BSTTK [13] DeltaTree [36] 100% 95% 90% 80% 50% [28] LFBST [30] BSTTK [13] DeltaTree [36] Fig. 1: Result of 5 millions tree operations of decreasing search percentage workloads using 12 cores (1 CPU).…”
Section: Introductionmentioning
confidence: 99%
“…Concurrent B-trees (e.g., B-link tree [28]) only perform well if their B size is optimal. Highly concurrent search trees such as non-blocking concurrent search trees [14,30] and Software Transactional Memory (STM)-based search trees [1,11], however, do not take into account fine-grained data locality.…”
Section: Introductionmentioning
confidence: 99%