png-decoder VS simd-adler32

Compare png-decoder vs simd-adler32 and see what are their differences.

png-decoder

A pure-Rust, no_std compatible PNG decoder (by bschwind)

simd-adler32

A SIMD-accelerated Adler-32 hash algorithm implementation. (by mcountryman)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
png-decoder simd-adler32
4 3
40 31
- -
0.0 4.7
over 1 year ago 29 days ago
Rust Rust
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

png-decoder

Posts with mentions or reviews of png-decoder. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-07.

simd-adler32

Posts with mentions or reviews of simd-adler32. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-09.
  • simd-adler32: Computing Adler-32 checksums at ~40GiB/s using AVX2
    3 projects | /r/rust | 9 Apr 2021
    That only works with compilation time options. simd-adler32 uses runtime CPU feature detection. Switching to compilation time means that you can't produce portable binaries and all downstream folks compiling would need to specifically enable CPU target features to make it work. Which means any binaries distributed via Linux distros that compile with the lowest common denominator ISA won't benefit from these optimizations.
  • Anyone want to speed up a PNG decoder?
    7 projects | /r/rust | 7 Apr 2021

What are some alternatives?

When comparing png-decoder and simd-adler32 you can also consider the following projects:

wuffs - Wrangling Untrusted File Formats Safely

image-png - PNG decoding and encoding library in pure Rust

thermite - Thermite SIMD: Melt your CPU

smhasher - Hash function quality and speed tests

simdutf8 - SIMD-accelerated UTF-8 validation for Rust.

Halide - a language for fast, portable data-parallel computation

tiny-skia - A tiny Skia subset ported to Rust

rfcs - RFCs for changes to Rust

argminmax - Efficient argmin & argmax