mikeal / dagdb

Syncable database built on IPLD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: globalize the lru cache

mikeal opened this issue · comments

Right now the LRU is per-store, which is not as efficient as it could be, it should be global. Should probably use https://github.com/Raynos/global