ELB-Trees, An Efficient and Lock-free B-tree Derivative
Lars F. Bonnichsen, Sven Karlsson, Christian W. Probst

TL;DR
This paper introduces ELB-Trees, a lock-free B-tree derivative, and provides formal proofs of their correctness and lock-free properties, enhancing concurrent data structure efficiency.
Contribution
It presents a new lock-free B-tree variant with formal correctness proofs, advancing concurrent data structure design.
Findings
Proves correctness of ELB-Trees operations.
Establishes that ELB-Trees are lock-free.
Demonstrates improved concurrency performance.
Abstract
This technical report is an extension of the paper of the same title, which is to appear at MUCOCOS'13. The technical report proves correctness of the ELB-trees operations' semantics and that the operations are lock-free.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Database Systems and Queries
