argminmax VS simd-adler32

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

simd-adler32

A SIMD-accelerated Adler-32 hash algorithm implementation. (by mcountryman)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
argminmax simd-adler32
3 3
52 31
- -
5.5 4.4
23 days ago about 1 month ago
Rust Rust
MIT License 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.

argminmax

Posts with mentions or reviews of argminmax. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-24.

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 argminmax and simd-adler32 you can also consider the following projects:

tsdownsample - High-performance time series downsampling algorithms for visualization

png-decoder - A pure-Rust, no_std compatible PNG decoder

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

thermite - Thermite SIMD: Melt your CPU

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

tiny-skia - A tiny Skia subset ported to Rust

rfcs - RFCs for changes to Rust