Skip to content

use only 3 types of hashtable sizes#77

Merged
PSeitz merged 2 commits intomainfrom
the_real_main
Feb 6, 2023
Merged

use only 3 types of hashtable sizes#77
PSeitz merged 2 commits intomainfrom
the_real_main

Conversation

@PSeitz
Copy link
Owner

@PSeitz PSeitz commented Feb 6, 2023

  • cleanup
  • switch to use only 3 kinds of hashtable

use only hashtables with fixed sizes and bit shifts, that allow to
remove bounds checks.
@codecov
Copy link

codecov bot commented Feb 6, 2023

Codecov Report

Merging #77 (d948f50) into main (10627fe) will increase coverage by 0.96%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #77      +/-   ##
==========================================
+ Coverage   88.75%   89.71%   +0.96%     
==========================================
  Files          11       11              
  Lines        2214     2149      -65     
==========================================
- Hits         1965     1928      -37     
+ Misses        249      221      -28     
Impacted Files Coverage Δ
src/block/compress.rs 99.83% <100.00%> (+0.81%) ⬆️
src/block/hashtable.rs 80.00% <100.00%> (+11.40%) ⬆️
src/frame/compress.rs 83.33% <100.00%> (ø)

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

@PSeitz PSeitz merged commit 20bb1ab into main Feb 6, 2023
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