Initial import.

This commit is contained in:
2022-02-24 21:39:10 -08:00
commit 6fbdece4be
7 changed files with 1076 additions and 0 deletions

9
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.