Proceedings of the 29th ACM SIGACT-SIGOPS Symposium on Principles of Distributed Computing 2010
DOI: 10.1145/1835698.1835736
|View full text |Cite
|
Sign up to set email alerts
|

Non-blocking binary search trees

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
201
0

Year Published

2013
2013
2021
2021

Publication Types

Select...
4
3
2

Relationship

0
9

Authors

Journals

citations
Cited by 165 publications
(201 citation statements)
references
References 19 publications
0
201
0
Order By: Relevance
“…With this in mind, we opt for an external BST representation [7,9] to design the LFkD-tree. In this design, only leaf-nodes contain the data-points and internal-nodes route a traversal, see g. 1 (b).…”
Section: A High-level Summary Of the Workmentioning
confidence: 99%
“…With this in mind, we opt for an external BST representation [7,9] to design the LFkD-tree. In this design, only leaf-nodes contain the data-points and internal-nodes route a traversal, see g. 1 (b).…”
Section: A High-level Summary Of the Workmentioning
confidence: 99%
“…Figure 2a). The first two levels with three nodes (1, 2, 3) fit within a single block transfer while the next two levels need to be loaded in two separate block transfers that contain nodes (6,7,8) 1 and nodes (13,14,15), respectively. Generally, the number of data block transfers for a BFS tree of size N is (log 2 N − log 2 B) = log 2 N/B ∼ log 2 N for N B.…”
Section: Design Overviewmentioning
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%
“…Bronson et al presented a scalable concurrent implementation of an AVL tree based on transactional memory mechanisms that require a xed number of locks to perform deletions [20]. Recently, the rst non-blocking implementation of a binary search tree was proposed [21].…”
Section: Related Workmentioning
confidence: 99%