Files
goutils/mru/README.md
Kyle Isom ed8c07c1c5 Add 'mru/' from commit '2899885c4220560df4f60e4c052a6ab9773a0386'
git-subtree-dir: mru
git-subtree-mainline: cf2b016433
git-subtree-split: 2899885c42
2025-11-15 22:54:26 -08:00

10 lines
201 B
Markdown

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.