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
get rid of MPHT for cases when keys are incrementing integers. These can be stored simply as ef. Discussion
The text was updated successfully, but these errors were encountered:
FYI: read the discussion on Discord about baseId + ef, I also had this requirement in my non-merged branch, maybe we can dedup some code in the future when it is merged: https://github.com/erigontech/erigon/blob/wmitsuda/ef-optimization-experiments/erigon-lib/recsplit/eliasfano32/rebased_elias_fano.go
Sorry, something went wrong.
So it seems like we will already have the no-MPH thingy with your optimizations @wmitsuda?
No branches or pull requests
get rid of MPHT for cases when keys are incrementing integers. These can be stored simply as ef.
Discussion
The text was updated successfully, but these errors were encountered: