项目作者: QuangTung97
项目描述 :
LRU Cache for Go
高级语言: Go
项目地址: git://github.com/QuangTung97/lru-cache.git
LRUCache - A library for single threaded exact LRU cache
Generic LRU Cache with Genny

Features
- Exact LRU implementation
- Pure Go implementation
- Can be generated to any type
- Zero GC overhead if Key and Value contain no pointer or reference