Frommi / miniz_oxide

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

feat: Optimize core inflation tree #133

Closed notgull closed 1 year ago

notgull commented 1 year ago

Based off of #132 but uses a const expression to create the reversed bits table instead of manually unrolling it.