|
|
||
|---|---|---|
| LICENSE.txt | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
| mru.go | ||
| mru_test.go | ||
| timestamps.go | ||
| timestamps_test.go | ||
README.md
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.