pail
pail copied to clipboard
🪣 DAG based key value store.
resolves #3
I think the majority of operations are async because of the async `Block.encode`, however it only really is like that because the hash interface used to be async only. It's...
We currently iterate over the entire shard when searching for a key. We could so a binary search instead to speed it up.
The current API is purposely low level and stateless.
Currently missing.