Frommi

Results 3 issues of Frommi

@oyvindln, can you please give a link for your performance tests? - adler32(crc) vectorization. I rewrote the shortest version. - Also, when rewriting I skipped on copying fields from compressor/decompressor...

enhancement
help wanted

Right now in decompression we may use uninitialized memory without compiler-checked guarantees after `with_init_state_only`, addressing arrays C-style. More rust-y way would be to encapsulate these unsafe operations in another library:...

enhancement

In miniz deflation usually consists of one `tdefl_init` and multiple `tdefl_compress`. Both calls carry pointers/references to data which is alive for different time, but in C is stored in one...