https://github.com/droxer/lru
Simple LRU implementation.
https://github.com/droxer/lru
Last synced: about 2 months ago
JSON representation
Simple LRU implementation.
- Host: GitHub
- URL: https://github.com/droxer/lru
- Owner: droxer
- License: mit
- Created: 2015-01-18T13:14:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-30T09:09:29.000Z (almost 11 years ago)
- Last Synced: 2025-02-26T22:23:39.762Z (over 1 year ago)
- Language: Go
- Size: 168 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lru
[](https://travis-ci.org/droxer/lru)
This package provides a simple LRU implementation.
See [(http://godoc.org/github.com/droxer/lru)](http://godoc.org/github.com/droxer/lru) for documentation.