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

Avoid using leveldb values #157

Closed
jacoscaz opened this issue Mar 12, 2023 · 1 comment
Closed

Avoid using leveldb values #157

jacoscaz opened this issue Mar 12, 2023 · 1 comment

Comments

@jacoscaz
Copy link
Owner

Appending size buffers at the end of each key rather than storing them as values might make for greater iteration speed assuming that accessing values is relatively costly compared to keys alone. Whether the ROI of doing this is high enough to justify the effort is TBD. This would also be a breaking change for existing datasets, thus candidate for a major release.

@jacoscaz jacoscaz changed the title **Avoid using leveldb values** Avoid using leveldb values Mar 12, 2023
@jacoscaz
Copy link
Owner Author

closed via 5a39a65

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

No branches or pull requests

1 participant