Add 'mru/' from commit '2899885c4220560df4f60e4c052a6ab9773a0386'

git-subtree-dir: mru
git-subtree-mainline: cf2b016433
git-subtree-split: 2899885c42
This commit is contained in:
2025-11-15 22:54:26 -08:00
8 changed files with 1089 additions and 0 deletions

9
mru/README.md Normal file
View File

@@ -0,0 +1,9 @@
MRU
===
* [Docs](https://godocs.io/git.wntrmute.dev/kyle/go-mru)
A Most Recently Used cache implementation in Go. It tries to mimic the
behaviour of a hash map.
For example usages, see mru_test.go.