https://github.com/blakeliafk/memorylru
A Go LRU lib with memory limit.
https://github.com/blakeliafk/memorylru
cache go golang lru
Last synced: 4 months ago
JSON representation
A Go LRU lib with memory limit.
- Host: GitHub
- URL: https://github.com/blakeliafk/memorylru
- Owner: BlakeLiAFK
- Created: 2019-01-28T09:28:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T14:19:41.000Z (over 4 years ago)
- Last Synced: 2025-02-07T08:23:31.508Z (4 months ago)
- Topics: cache, go, golang, lru
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MemoryLRU
A Go LRU lib with memory limit.