Skip to content

Commit 1fc2943

Browse files
authored
readme: Avery quote
1 parent 356b70d commit 1fc2943

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Least Frequently Used cache implementations.
1+
*Least Frequently Used* cache.
22

33
`/strat` contains an approximate implementation of the _Clock_ algorithm, which increments
44
frequency on cache-hits and decrements frequency of items in the same 'clock' where a newer
@@ -26,3 +26,7 @@ for point queries (takes ~500ms for 1M point-queries), or by `RangeList` for ran
2626
rgcache.put(1, 10, "a") // (1, 10) -> "a"
2727
const v = rgcache.get(5) // v = "a"
2828
````
29+
30+
> All caches are magic. Knowing their mechanism is not enough to predict their outcome.
31+
>
32+
> \- [Avery Pennarun](https://apenwarr.ca/log/20230415).

0 commit comments

Comments
 (0)