# 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 的时序数据库


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://zhenghe.gitbook.io/open-courses/papers-we-love.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
