hashlru topic

List hashlru repositories

mcache

317
Stars
11
Forks
Watchers

An in-memory cache library for golang. support: lru,lfu,hash-lru,hash-lfu,arc. 一个高性能本地内存缓存,带有各种内存淘汰算法

go-hashlru

72
Stars
2
Forks
Watchers

A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm :arrows_clockwise: