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

Remove size requirements for the in memory hash index #3373

Merged
merged 1 commit into from
Apr 28, 2024

Conversation

benjaminwinger
Copy link
Collaborator

Performance is comparable, but slightly worse than before. I tried storing the hashes in the in memory index to avoid re-computing them, but that made things worse for integer keys (though better for long string keys).

@benjaminwinger benjaminwinger force-pushed the hash-index-memory-opt branch 2 times, most recently from d0be3dd to a117282 Compare April 24, 2024 21:42
@ray6080 ray6080 merged commit 84032a2 into master Apr 28, 2024
17 checks passed
@ray6080 ray6080 deleted the hash-index-memory-opt branch April 28, 2024 06:29
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

Successfully merging this pull request may close these issues.

None yet

2 participants