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.1 #19

Closed lxzan closed 10 months ago

lxzan commented 10 months ago

use dao/deque instead of linkedlist to improve read/write performance and reduce the number of pointers.