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
2022-03-02 10:30:42 -06:00
2022-03-02 10:30:42 -06:00
2022-03-02 10:30:42 -06:00
2021-02-02 19:29:52 +01:00
2022-02-04 15:34:56 +11:00
2022-03-02 10:30:42 -06:00
2021-02-25 18:23:22 -06:00
2022-01-10 09:32:56 -06:00
2022-01-10 09:32:56 -06:00
2022-03-02 10:30:42 -06:00
2021-12-20 13:12:18 -06:00
2021-11-25 09:37:12 +01:00
2021-11-16 16:51:24 +01:00
Description
Decentralized Durability Engine
https://codex.storage
Languages
Nim 94.6%
Python 3.6%
Nix 0.7%
Makefile 0.6%
Shell 0.4%
Other 0.1%