simdeez VS portable-simd

Compare simdeez vs portable-simd and see what are their differences.

portable-simd

The testing ground for the future of portable SIMD in Rust (by rust-lang)
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
simdeez portable-simd
3 19
328 820
- 2.4%
5.4 8.7
3 months ago 18 days 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.

simdeez

Posts with mentions or reviews of simdeez. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-08.
  • announcing pulp: a safe portable simd library
    2 projects | /r/rust | 8 Oct 2022
    simdeez is unsafe https://docs.rs/simdeez/1.0.7/simdeez/trait.Simd.html , it's also unsound https://github.com/jackmott/simdeez/issues/47
  • Hey Rustaceans! Got a question? Ask here! (28/2022)!
    21 projects | /r/rust | 11 Jul 2022
    Library | last commit to /src | remarks | |---|---| | sleef-sys | 4 years ago | Rust FFI Sleef bindings | | sleef-rs | 3 years ago | pure Rust port of Sleef | | faster | 4 years ago | No ARM support | | simdeez | 15 months ago | No ARM support (yet?) |
  • OctaSine, a FM-based VST2 synthesizer written in Rust
    9 projects | /r/rust | 10 Jun 2021
    At some point, I decided that I wanted to accelerate the synthesis with SIMD. I started out with using packed_simd, but switched to simdeez to abstract over vector widths and enable runtime detection. However, I wanted more flexibility and the option of splitting SIMD code into multiple functions. My solution was to skip frameworks and instead use custom traits and the duplicate crate to abstract over Rust simd instrinsics for different instruction sets. I use sleef for fast sines.

portable-simd

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

What are some alternatives?

When comparing simdeez and portable-simd you can also consider the following projects:

vst-rs - VST 2.4 API implementation in rust. Create plugins or hosts. Previously rust-vst on the RustDSP group.

fast_image_resize - Rust library for fast image resizing with using of SIMD instructions.

packed_simd - Portable Packed SIMD Vectors for Rust standard library

rust-base64 - base64, in rust

duplicate - Easy code duplicate with substitution for Rust

faster-hex - fast hex

OctaSine - Frequency modulation synthesizer plugin (VST2, CLAP). Runs on macOS, Windows and Linux.

config-rs - ⚙️ Layered configuration system for Rust applications (with strong support for 12-factor applications).

sleef-sys - Rust binding for SLEEF: SIMD Library for Evaluating Elementary Functions

cargo-about - 📜 Cargo plugin to generate list of all licenses for a crate 🦀

baseview - low-level window system interface for audio plugin UIs

ulid-rs - This is a Rust implementation of the ulid project