torfmaster / ribzip2

A bzip2 implementation in pure Rust.
MIT License
16 stars 11 forks source link

Compute crc32 checksum before sending work to threads #20

Closed NorbertGarfield closed 2 years ago

NorbertGarfield commented 2 years ago

Following up this discussion https://github.com/torfmaster/ribzip2/pull/17/files#r835048506

Namely, that part: compute the checksum outside generate_block_data based on the amount of data read during RLE.

torfmaster commented 2 years ago

Closed via #21