Skip to content

Commit 227fa9b

Browse files
committed
fixed README for LFU Cache algorithm
1 parent 3e5527b commit 227fa9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ go-generics-cache is an in-memory key:value store/cache that is suitable for app
1010
- See [examples](https://github.com/Code-Hex/go-generics-cache/blob/main/simple/example_test.go)
1111
- LRU cache
1212
- See [examples](https://github.com/Code-Hex/go-generics-cache/blob/main/lru/example_test.go)
13+
- LFU cache
14+
- See [examples](https://github.com/Code-Hex/go-generics-cache/blob/main/lfu/example_test.go)
15+
- [An O(1) algorithm for implementing the LFU cache eviction scheme](http://dhruvbird.com/lfu.pdf)
1316

1417
## Requirements
1518

0 commit comments

Comments
 (0)