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

Fix hash index slot alignment #1414

Merged
merged 1 commit into from
Mar 28, 2023
Merged

Fix hash index slot alignment #1414

merged 1 commit into from
Mar 28, 2023

Conversation

ray6080
Copy link
Contributor

@ray6080 ray6080 commented Mar 28, 2023

Hash index slot size is not aligned with 2^n, while DiskArray assumes that elements' sizes are aligned with 2^n to make the best use of page space.

@ray6080 ray6080 requested a review from acquamarin March 28, 2023 02:37
@codecov
Copy link

codecov bot commented Mar 28, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (9926e7f) 92.75% compared to head (35a9576) 92.75%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1414   +/-   ##
=======================================
  Coverage   92.75%   92.75%           
=======================================
  Files         646      646           
  Lines       22311    22311           
=======================================
  Hits        20695    20695           
  Misses       1616     1616           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ray6080 ray6080 merged commit 98a3349 into master Mar 28, 2023
@ray6080 ray6080 deleted the hash-index branch March 28, 2023 14: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.

None yet

2 participants