DBScholar

Back to papers

To Lock, Swap, or Elide: On the Interplay of Hardware Transactional Memory and Lock-Free Indexing

Summary: Empirical HTM vs lock-free indexing for in-memory B-trees; HTM helps only for simple, fixed keys, not complex workloads. Lock-free designs excel under contention; HTM can simplify multi-threading via multi-word CAS with 10–15% throughput loss, on Bw-tree and a memory-optimized B-tree. (summarized by gpt-5-nano on Feb 09 2026)

Paper ID
11196
Venue
VLDB
Year
2015
Pagerank
7.591263e-05
Overall Rank
3,256 | 77.67%
DOI
10.14778/2809974.2809990

Incoming Non-self Citations Over Time

Authors

BibTeX Citation

@article{makreshanski_vldb15,
        title = {{To Lock, Swap, or Elide: On the Interplay of Hardware Transactional Memory and Lock-Free Indexing}},
        author = {Makreshanski, Darko and Levandoski, Justin and Stutsman, Ryan},
        journal = {PVLDB},
        series = {{VLDB} '15},
        volume = {8},
        number = {11},
        doi = {10.14778/2809974.2809990},
        url = {https://doi.org/10.14778/2809974.2809990},
        year = {2015}
}

Incoming Citations (Sorted by Pagerank)

Showing 11 of 11 citing papers.

Previous Page 1 / 1 Next

Outgoing Citations (Sorted by Pagerank)

Showing 6 of 6 cited papers.

Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.

Previous Page 1 / 1 Next

Semantically Similar Papers