PSeitz / lz4_flex

Fastest pure Rust implementation of LZ4 compression/decompression.
MIT License
441 stars 28 forks source link

use smaller Hashtable #138

Closed PSeitz closed 1 year ago

PSeitz commented 1 year ago

use 4k Hashtable instead of 8k Hashtable But the 8k Hashtable looks promising for a HC mode

codecov[bot] commented 1 year ago

Codecov Report

Merging #138 (4502940) into main (698ecf4) will decrease coverage by 0.57%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #138      +/-   ##
==========================================
- Coverage   89.85%   89.29%   -0.57%     
==========================================
  Files          13       13              
  Lines        2485     2485              
==========================================
- Hits         2233     2219      -14     
- Misses        252      266      +14     
Impacted Files Coverage Δ
src/block/hashtable.rs 61.33% <ø> (-18.67%) :arrow_down:
src/block/compress.rs 98.07% <100.00%> (ø)