Memory-safe implementations of PNG (png, zune-png, wuffs) now dramatically outperform memory-unsafe ones (libpng, spng, stb_image) when decoding images.
Rust png crate that tops our benchmark shows 1.8x improvement over
libpng
on x86 and 1.5x improvement on ARM.
Shnatsel, in a reddit post.