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

Plenty of fixes when capacity is reached #21

Merged
merged 1 commit into from
Aug 15, 2022
Merged

Conversation

martinus
Copy link
Owner

  • Fix capacity, rehash issues when bucket gets full
  • Make sure uint16_t types work in bucket
  • Maximum capacity is now 2^63 for bucket_type::big
  • Fix bad hash for 32bit builds

* Fix capacity, rehash issues when bucket gets full
* Make sure uint16_t types work in bucket
* Maximum capacity is now 2^63 for bucket_type::big
* Fix bad hash for 32bit builds
@martinus martinus merged commit 8b0c883 into main Aug 15, 2022
@martinus martinus deleted the 2022-08-small-bucket branch August 15, 2022 18:42
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.

1 participant