Skip to content
New issue

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

Transient data structures #36

Open
loganmhb opened this issue Nov 7, 2018 · 0 comments
Open

Transient data structures #36

loganmhb opened this issue Nov 7, 2018 · 0 comments

Comments

@loganmhb
Copy link
Owner

loganmhb commented Nov 7, 2018

It might be possible to improve performance by supporting transient operations on the persistent red-black tree used to store the in-memory portion of the database, because that often involves making several mutations atomically.

Something like the im crate might support this out of the box.

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

No branches or pull requests

1 participant