Frommi / miniz_oxide

Rust replacement for miniz
MIT License
168 stars 48 forks source link

Investigate whether we can avoid a 4k lookup table in init_tree without reducing performance #153

Open oyvindln opened 1 month ago

oyvindln commented 1 month ago

As noted in this PR, this lookup table used to increase performance is very large - maybe there is a better way of doing this?

https://github.com/Frommi/miniz_oxide/pull/152