The Rust implementation is also faster than the newer stb library even though it copied stb's SIMD code.
This Rust library dates back to 2014, which is like K&R C for Rust. That was before Rust 1.0.0 release, before Rust had any SIMD support, before Rust had noalias support.
But with the safety guarantees, and painless testing and benchmarking tooling, Rust codebases are easier to refactor and evolve.
This Rust library dates back to 2014, which is like K&R C for Rust. That was before Rust 1.0.0 release, before Rust had any SIMD support, before Rust had noalias support.
But with the safety guarantees, and painless testing and benchmarking tooling, Rust codebases are easier to refactor and evolve.