Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Database backed merkle tree implementation #135

Open
HarryR opened this issue Jul 10, 2019 · 0 comments
Open

Database backed merkle tree implementation #135

HarryR opened this issue Jul 10, 2019 · 0 comments

Comments

@HarryR
Copy link
Owner

HarryR commented Jul 10, 2019

Instead of storing the whole tree in-memory, the Python implementation should be able to store the nodes on-disk using a fast key-value store.

This will allow for tree sizes to exceed available memory.

The storage backend should be pluggable.

Potential database backends:

The database interface should be able to commit batches of inserts/updates to improve performance

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant