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

Optimize hash table grower for streaming #494

Conversation

yl-lisen
Copy link
Collaborator

This close #493

Please write user-readable short description of the changes:

  • Use ConservativeHashTableGrowerWithPrecalculation as HashMapsTemplate's grower

If the keys number of hash map are between 1048572 and 8388608, less reserved memory will be requested

@yl-lisen yl-lisen self-assigned this Jan 16, 2024
@yl-lisen yl-lisen changed the title optimize hash table grower for streaming Optimize hash table grower for streaming Jan 16, 2024
@yl-lisen yl-lisen merged commit 58445ba into develop Jan 16, 2024
21 checks passed
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.

Optimize hash table grower
2 participants