Skip to content

Clarify checksum chunking docs

5927e9c
Select commit
Loading
Failed to load commit list.
Open

Improve create-path performance backend #10

Clarify checksum chunking docs
5927e9c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 18, 2026 in 0s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Details

Codecov Report

❌ Patch coverage is 86.81145% with 668 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (main@6813f3c). Learn more about missing BASE report.

Files with missing lines Patch % Lines
src/parpar_hasher/hasher_input_arm64.rs 0.00% 246 Missing ⚠️
src/reed_solomon/simd/xor_jit/encoder.rs 91.05% 92 Missing ⚠️
src/reed_solomon/simd/xor_jit/exec_mem.rs 81.18% 73 Missing ⚠️
src/parpar_hasher/crc_clmul_avx512.rs 70.90% 64 Missing ⚠️
src/parpar_hasher/md5x2_avx512.rs 67.52% 63 Missing ⚠️
src/reed_solomon/simd/xor_jit/bitplane.rs 83.88% 54 Missing ⚠️
src/parpar_hasher/hasher_input_dyn.rs 88.29% 24 Missing ⚠️
src/create/context.rs 97.85% 14 Missing ⚠️
src/reed_solomon/simd/pshufb.rs 93.20% 14 Missing ⚠️
src/checksum.rs 50.00% 12 Missing ⚠️
... and 3 more
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #10   +/-   ##
=======================================
  Coverage        ?   90.01%           
=======================================
  Files           ?       86           
  Lines           ?    28312           
  Branches        ?        0           
=======================================
  Hits            ?    25486           
  Misses          ?     2826           
  Partials        ?        0           
Files with missing lines Coverage Δ
src/create/backend.rs 90.03% <ø> (ø)
src/create/error.rs 100.00% <100.00%> (ø)
src/create/mod.rs 100.00% <100.00%> (ø)
src/create/profile.rs 100.00% <100.00%> (ø)
src/create/progress.rs 100.00% <100.00%> (ø)
src/domain.rs 94.21% <100.00%> (ø)
src/lib.rs 100.00% <ø> (ø)
src/parpar_hasher/md5x2_scalar.rs 100.00% <100.00%> (ø)
src/parpar_hasher/md5x2_sse2.rs 100.00% <100.00%> (ø)
src/reed_solomon/simd/mod.rs 85.71% <ø> (ø)
... and 19 more

Impacted file tree graph