We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5527b commit 227fa9bCopy full SHA for 227fa9b
README.md
@@ -10,6 +10,9 @@ go-generics-cache is an in-memory key:value store/cache that is suitable for app
10
- See [examples](https://github.com/Code-Hex/go-generics-cache/blob/main/simple/example_test.go)
11
- LRU cache
12
- 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)
16
17
## Requirements
18
0 commit comments