We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Without cheap snapshots the mem store is not really useable as a full replacement for an in-mem redb.
Wwe should probably impl the mem store on top of immutable/persistent underlying data structure.
There are two major crates I am aware of that do this. One is https://docs.rs/im/latest/im/ , but looking at github this seems abandoned. The other is https://docs.rs/rpds/latest/rpds/, which is still active.
https://github.com/orium/rpds
The text was updated successfully, but these errors were encountered:
BlobSeq::*_successor
No branches or pull requests
Without cheap snapshots the mem store is not really useable as a full replacement for an in-mem redb.
Wwe should probably impl the mem store on top of immutable/persistent underlying data structure.
There are two major crates I am aware of that do this. One is https://docs.rs/im/latest/im/ , but looking at github this seems abandoned. The other is https://docs.rs/rpds/latest/rpds/, which is still active.
https://github.com/orium/rpds
The text was updated successfully, but these errors were encountered: