Wuffs PNG decoder faster than rust

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • wuffs

    Wrangling Untrusted File Formats Safely

  • I was looking at the Rust benchmark's decode function and the color encoding conversion caught my eye. I was curious if I could force the compiler to remove the bounds checks on each access... but no luck!

  • rust

    Empowering everyone to build reliable and efficient software.

  • Looks like this may be the relevant issue: https://github.com/rust-lang/rust/issues/71997

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • image-png

    PNG decoding and encoding library in pure Rust

  • The crate actually forbids unsafe. There's nothing necessarily wrong with unsafe code, but not having it provides a nice assurance. Plus if you are willing to tolerate (well audited) unsafe code then you may well be better off just using libpng.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts