memorysafety / zlib-rs

A safer zlib
zlib License
75 stars 6 forks source link

use `SyncFlush`, test parallel deflate #100

Closed folkertdev closed 1 month ago

folkertdev commented 1 month ago

ultimately, this adds a test that splits the input, deflates the parts, then recombines them into something that can be inflated again. That is how the parallel deflate of pigz works. This is very basic right now, but proof that the approach works.