maligned VS portable-simd

Compare maligned 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
maligned portable-simd
1 19
1 827
- 1.3%
0.0 8.6
over 1 year ago about 1 month ago
Rust Rust
- 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.

maligned

Posts with mentions or reviews of maligned. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-09.
  • Mutually aligned vectors?
    2 projects | /r/rust | 9 May 2023
    Some initial thoughts: - Using #[repr(C, align(N))] on a new type around Vec doesn't seem to work because it will not impact the allocation of the internal growable buffer. - Monkeying around with the initial allocation may work, though I am unfamiliar as yet with the allocator API or using the global allocator to specify layouts. From reading online, it seemed like when you copy or grow your vector you may lose your work. - There are a few crates that offer aligned vectors like aligned-vec and maligned. Going back and forth between these the std::simd API might add some complexity, and I am also concerned about potential unsoundness in external crates (both of these authors are far beyond me, so this is not meant to be a criticism of them).

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

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

rust-base64 - base64, in rust

faster-hex - fast hex

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

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

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

ulid-lite - Generate unique, yet sortable identifiers

swift-bridge - swift-bridge facilitates Rust and Swift interop.

openblas-src - Source of BLAS and LAPACK via OpenBLAS

intel-mkl-src - Redistribute Intel MKL as a crate

rand - A Rust library for random number generation.

regex - An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.