You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered: