lxzan / memorycache

minimalist in-memory kv storage, powered by hashmap and minimal quad heap.
https://pkg.go.dev/github.com/lxzan/memorycache
MIT License
50 stars 5 forks source link

v1.2.0 #17

Closed lxzan closed 11 months ago

lxzan commented 11 months ago
  1. API generalization
  2. Switch Swiss Table
  3. Implementation of LRU cache eviction algorithm