velo-org / velo

A high-performance caching library for Deno. Supports LRU, LFU, ARC, and TinyLFU.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor LRU Cache

herzogmatthias opened this issue · comments

Refactor LRU Cache with this specs LRU-Cache, for dynamic LRU Cache fall back to map or object with keys

for deleting keys look at this source code

hashlru or quick-lru

LRU cache rewritten 154e243