oxipng/benches
andrews05 1188b9a91e
Reduction performance tweaks (#676)
Two key changes here:
- Removed some defunct reduction benches and added some more alpha
reduction benches.
- Changed use of `chunks()` to `chunks_exact()` where appropriate to
improve performance. (As a byproduct, this also fixes a potential crash
if a malformed file has a PLTE chunk that isn't a multiple of 3.)
2025-02-08 18:49:04 +01:00
..
deflate.rs Refactor optimize_raw (#670) 2025-01-29 20:53:11 +01:00
filters.rs Fix new Clippy lints 2025-01-30 18:39:23 +01:00
interlacing.rs Fix some new nightly Clippy lints and run rustfmt with prettier config 2024-02-20 19:12:35 +01:00
reductions.rs Reduction performance tweaks (#676) 2025-02-08 18:49:04 +01:00
strategies.rs Clippy 2025-01-02 09:15:24 +13:00
zopfli.rs Fix some new nightly Clippy lints and run rustfmt with prettier config 2024-02-20 19:12:35 +01:00