> For the complete documentation index, see [llms.txt](https://zhenghe.gitbook.io/open-courses/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zhenghe.gitbook.io/open-courses/papers-we-love.md).

# Papers We Love

- [Consistent Hashing and Random Trees (1997)](https://zhenghe.gitbook.io/open-courses/papers-we-love/consistent-hashing-and-random-trees-1997.md): Distributed Caching Protocols for Relieving Hot Spots on the World Wide Web\*
- [Dynamic Hash Tables (1988)](https://zhenghe.gitbook.io/open-courses/papers-we-love/dynamic-hash-tables-1988.md): 本文对比 in-memory 版本的 Linear Hashing 和 Spiral Storage
- [LFU Implementation With O(1) Complexity (2010)](https://zhenghe.gitbook.io/open-courses/papers-we-love/lfu-implementation-with-o-1-complexity-2010.md): An O(1) algorithm for implementing the LFU cache eviction scheme
- [Time, Clocks, and the Ordering of Events in a Distributed System (1978)](https://zhenghe.gitbook.io/open-courses/papers-we-love/time-clocks-and-the-ordering-of-events-in-a-distributed-system-1978.md): by Leslie Lamport
- [Dapper, a Large-Scale Distributed Systems Tracing Infrastructure (2010)](https://zhenghe.gitbook.io/open-courses/papers-we-love/dapper-a-large-scale-distributed-systems-tracing-infrastructure.md): Google 的调用链追踪实践
- [Gorilla: A Fast, Scalable, In-Memory Time Series Database (2015)](https://zhenghe.gitbook.io/open-courses/papers-we-love/gorilla-a-fast-scalable-in-memory-time-series-database.md): Facebook 的时序数据库
