torfmaster

Results 35 comments of torfmaster

FYI: I created a draft PR here which might touch this issue: https://github.com/rustwasm/wasm-bindgen/pull/4065

If anyone is interested: I created a first draft to resolve this issue in https://github.com/image-rs/image/pull/2302 and I am willing to finalize this.

Having implemented the first two goals, the impact of the third now is 2.65%.

Updated difficulty: the last point is significantly easier.

@NiklasEi the re-computation of the huffman tables is only necessary if the maximum length actually exceeds 17 bits. So otherwise this step can be skipped.

Go ahead. If you have questions, feel free to ask!

@ohsnyt I'm very happy, that my work (more than a year in my spare time) gets some attention :) By the way I achieved a similar compression level to the...

@ohsnyt thank you! If you create a PR and tick "allow edits from maintainers" I can try to integrate this into the existing code. Still I am unsure why this...