papers-we-love_papers-we-love/data_structures/README.md
Darren 1a0cfdddbd
Adds b-tree-optimization paper (#745)
An Introduction to Bε-trees and Write-Optimization

Michael A. Bender, Martin Farach-Colton, William Jannen, Rob Johnson, Bradley C. Kuszmaul, Donald E. Porter, Jun Yuan, and Yang Zhan
2023-05-14 15:09:34 -04:00

21 lines
1.0 KiB
Markdown

# Data Structures
* [Dynamic Hash Tables](http://www.csd.uoc.gr/~hy460/pdf/Dynamic%20Hash%20Tables.pdf)
* [Simple, Fast, and Practical Non-Blocking and Blocking Concurrent Queue Algorithms](https://www.cs.rochester.edu/u/scott/papers/1996_PODC_queues.pdf)
* [RRB-Trees: Efficient Immutable Vectors](http://infoscience.epfl.ch/record/169879/files/RMTrees.pdf)
* [Cuckoo Hashing](https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.104.9191&rep=rep1&type=pdf)
* [Fenwick Tree](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.14.8917&rep=rep1&type=pdf)
* [Hopscotch Hashing](http://mcg.cs.tau.ac.il/papers/disc2008-hopscotch.pdf)
## Hosted Papers
* :scroll: [An Introduction to Bε-trees and Write-Optimization](b-trees-write-optimization.pdf)
* :scroll: [Epidemic Broadcast Trees](epidemic-broadcast-trees.pdf)
* :scroll: [Ideal Hash Trees](ideal-hash-trees.pdf)
* :scroll: [The Least Common Ancestor Problem revisited](lca-revisited.pdf)
* :scroll: [The Level Ancestor Problem simplifed](level-ancestor-simplified.pdf)