Proceedings of the Twenty-Fourth Annual ACM Symposium on Parallelism in Algorithms and Architectures 2012
DOI: 10.1145/2312005.2312036
|View full text |Cite
|
Sign up to set email alerts
|

A non-blocking internal binary search tree

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
51
0

Year Published

2013
2013
2021
2021

Publication Types

Select...
4
3
2

Relationship

0
9

Authors

Journals

citations
Cited by 75 publications
(51 citation statements)
references
References 11 publications
0
51
0
Order By: Relevance
“…However, removing a node from an internal BST is costly, more so in a concurrent setting [8,10]. With this in mind, we opt for an external BST representation [7,9] to design the LFkD-tree.…”
Section: A High-level Summary Of the Workmentioning
confidence: 99%
See 1 more Smart Citation
“…However, removing a node from an internal BST is costly, more so in a concurrent setting [8,10]. With this in mind, we opt for an external BST representation [7,9] to design the LFkD-tree.…”
Section: A High-level Summary Of the Workmentioning
confidence: 99%
“…We input the pointers to the current leaf-node and its parent along with the AABB described by its two corners. The rst step is to nd the direction of the current sub-tree and then decide whether the other sub-tree of the parent is visited or not, see lines 8,11 and 12. Basically we check whether the axis-orthogonal hyperplane associated with the parent node is beyond the AABB.…”
Section: C3 the Helping Stepsmentioning
confidence: 99%
“…All three used the cooperative technique originated by Turek, Shasha and Prakash [31] and Barnes [4]. Howley and Jones [20] used a similar approach to build node-oriented BSTs. They tested their implementation using a model checker, but did not prove it correct.…”
Section: Related Workmentioning
confidence: 99%
“…At each step of the traversal, search(v) chooses the child according to the appropriate bit of v (line 82). The search(v) stops if it reaches an internal node whose label is not a prefix of v. We show 20) if I = null and help(I) then return true…”
Section: Detailed Description Of Algorithmsmentioning
confidence: 99%