thermite VS simd-adler32

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

simd-adler32

A SIMD-accelerated Adler-32 hash algorithm implementation. (by mcountryman)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
thermite simd-adler32
1 3
155 31
0.0% -
0.0 4.7
over 2 years ago 26 days ago
Rust Rust
Apache License 2.0 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.

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.

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

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

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

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

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

simd-json - Rust port of simdjson

tiny-skia - A tiny Skia subset ported to Rust

YTBN-Graphing-Software - (Yet-to-be-named) Graphing Software

rfcs - RFCs for changes to Rust

argminmax - Efficient argmin & argmax