Files
goutils/README.md
2022-02-24 21:39:10 -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.