simd-adler32 VS thermite

Compare simd-adler32 vs thermite 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
simd-adler32 thermite
3 1
31 155
- 0.0%
4.4 0.0
about 1 month ago over 2 years ago
Rust Rust
MIT License Apache License 2.0
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.

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

thermite

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

What are some alternatives?

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

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

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

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

screwsat - A simple CDCL(Conflict-Driven-Clause-Learning) SAT solver in Rust.

tiny-skia - A tiny Skia subset ported to Rust

simd-json - Rust port of simdjson