nim-codex/tests/dagger
Eric Mastro 70cbdff901
feat: introduce LRU cache (#50)
* feat: introduce LRU cache

Replace `MemoryStore` with LRU caching mechanism.

`lrucache` library was forked to https://github.com/status-im/lrucache.nim.

Co-authored-by: Eric Mastro <eric.mastro@gmail.com>

# Conflicts:
#	dagger/dagger.nim
#	dagger/stores.nim
#	dagger/stores/manager.nim
#	tests/dagger/blockexc/testengine.nim
#	tests/dagger/helpers/nodeutils.nim
#	tests/dagger/testnode.nim
#	tests/dagger/teststores.nim

* feat: introduce --cache-size CLI option

Allow for a value of `0` to disable the cache.

# Conflicts:
#	dagger/dagger.nim

* allow dynamic block size in cache

allow block size to be variable/dynamic

update lrucache to use updated lrucache dep

Using removeLru proc, added tests

* Refactor CacheStore init block

Co-authored-by: Michael Bradley, Jr <michaelsbradleyjr@gmail.com>
2022-03-02 10:30:42 -06:00
..
blockexc feat: introduce LRU cache (#50) 2022-03-02 10:30:42 -06:00
helpers feat: introduce LRU cache (#50) 2022-03-02 10:30:42 -06:00
stores feat: introduce LRU cache (#50) 2022-03-02 10:30:42 -06:00
examples.nim use tryGet, which is more informative than get (#45) 2022-01-12 18:42:18 -06:00
helpers.nim Minor cleanup and update deps (#42) 2022-01-12 16:19:37 -06:00
testasyncheapqueue.nim use tryGet, which is more informative than get (#45) 2022-01-12 18:42:18 -06:00
testblockexc.nim Node setup (#32) 2022-01-10 09:32:56 -06:00
testchunking.nim Node setup (#32) 2022-01-10 09:32:56 -06:00
testmanifest.nim cleanup manifest (#44) 2022-01-12 19:55:51 -06:00
testnode.nim feat: introduce LRU cache (#50) 2022-03-02 10:30:42 -06:00
teststores.nim feat: introduce LRU cache (#50) 2022-03-02 10:30:42 -06:00