Proceedings of the 32nd ACM Symposium on Parallelism in Algorithms and Architectures 2020
DOI: 10.1145/3350755.3400237
|View full text |Cite
|
Sign up to set email alerts
|

Efficient Concurrent Range Queries in B+-trees using RCU-HTM

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3

Citation Types

0
3
0

Year Published

2021
2021
2024
2024

Publication Types

Select...
3
2

Relationship

1
4

Authors

Journals

citations
Cited by 5 publications
(3 citation statements)
references
References 4 publications
0
3
0
Order By: Relevance
“…Lock‐based STs can be implemented with various granularities. Coarse‐grained locking, that is, a single lock protecting the entire ST, is the simplest and most straightforward implementation; however, its performance is poor since all operations are serialized 1 . Fine‐grained approaches either lock specific parts of the tree in an adaptive way 2 or each node individually 3‐8 .…”
Section: Introductionmentioning
confidence: 99%
See 2 more Smart Citations
“…Lock‐based STs can be implemented with various granularities. Coarse‐grained locking, that is, a single lock protecting the entire ST, is the simplest and most straightforward implementation; however, its performance is poor since all operations are serialized 1 . Fine‐grained approaches either lock specific parts of the tree in an adaptive way 2 or each node individually 3‐8 .…”
Section: Introductionmentioning
confidence: 99%
“…The most straightforward coarse‐grained HTM‐based ST, where each operation is enclosed in a transaction exhibits large transactions both in terms of memory footprint and duration. This approach can be easily applied to any ST, however, in today's HTM systems its large transactions lead to low performance due to the large number of capacity aborts 1,21 . Avni and Kuszmaul 22 present a fine‐grained HTM‐based tree that uses smaller transactions by excluding the search path from them.…”
Section: Introductionmentioning
confidence: 99%
See 1 more Smart Citation