portable-simd

The testing ground for the future of portable SIMD in Rust (by rust-lang)

Portable-simd Alternatives

Similar projects and alternatives to portable-simd

  1. rust

    Empowering everyone to build reliable and efficient software.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. src

    Read-only git conversion of OpenBSD's official CVS src repository. Pull requests not accepted - send diffs to the tech@ mailing list.

  4. rfcs

    688 portable-simd VS rfcs

    RFCs for changes to Rust

  5. Cargo

    The Rust package manager

  6. tokio

    A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...

  7. serde

    Serialization framework for Rust

  8. regex

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

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. unsafe-code-guidelines

    Forum for discussion about what unsafe code can and can't do

  11. wasm-pack

    📦✨ your favorite rust -> wasm workflow tool!

  12. rand

    A Rust library for random number generation.

  13. cargo-make

    Rust task runner and build tool.

  14. blessed

    23 portable-simd VS blessed

    A high-level terminal interface library for node.js.

  15. config-rs

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

  16. async-std

    Async version of the Rust standard library

  17. zlib-ng

    zlib replacement with optimizations for "next generation" systems.

  18. rust-base64

    base64, in rust

  19. fast_image_resize

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

  20. swift-bridge

    swift-bridge facilitates Rust and Swift interop.

  21. heroku-buildpack-rust

    A buildpack for Rust applications on Heroku, with full support for Rustup, cargo and build caching.

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better portable-simd alternative or higher similarity.

portable-simd discussion

Log in or Post with

portable-simd reviews and mentions

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 2025-03-16.
  • Zlib-rs is faster than C
    10 projects | news.ycombinator.com | 16 Mar 2025
    Others have already addressed the "unsafe" smell.

    I think the bigger point here is that doing SIMD in Rust is still painful.

    There are efforts like portable-simd [1] to make this better, but in practice, many people are dropping down to low-level SIMD intrinsics and/or inline assembly, which are no better than their C equivalents.

    [1]: https://github.com/rust-lang/portable-simd

  • Rust-lang/portable-SIMD: The testing ground for the future of portable SIMD
    1 project | news.ycombinator.com | 19 Dec 2023
  • Let's thank who have helped us in the Rust Community together!
    9 projects | /r/rust | 28 May 2023
    Jubilee and Caleb Zulawski for their tireless work on the portable SIMD project. It will land, some day, and when it does it's going to be an amazing boon for the project.
  • Mutually aligned vectors?
    2 projects | /r/rust | 9 May 2023
    The portable SIMD project implements an as_simd() function for slices. The basics are that you get 3 slices and the middle one is a SIMD slice. It allows for fast aligned loads of the data, which could matter if your algorithm is becoming memory bound; it is also a convenient and safe abstraction. In my case, I actually have 2 vectors (say, x and y). I can take them apart using as_simd() like so:
  • Code review: deinterlacing a RGBA colour buffer with std::simd
    2 projects | /r/rust | 18 Jan 2023
  • Base64 Encoding Performance: Java vs Rust
    3 projects | /r/rust | 16 Oct 2022
    Rust has generics and monomorphization. You can write the algorithm once and compile for multiple targets. rust-lang/portable-simd
  • Zen4's AVX512 Teardown
    4 projects | news.ycombinator.com | 26 Sep 2022
    This Rust issue [0] was the best short summary of what an SIMD Shuffle is I could find:

    „A "shuffle", in SIMD terms, takes a SIMD vector (or possibly two vectors) and a pattern of source lane indexes (usually as an immediate), and then produces a new SIMD vector where the output is the source lane values in the pattern given.“

    [0] https://github.com/rust-lang/portable-simd/issues/11

  • possibility of blas natively in Rust
    8 projects | /r/rust | 27 Aug 2022
    Yet by default it generates code which is only compatible with Pentium4 or newer. In fact lots of serious issues relate to older CPUs and rustc developers plan is to declare them closed when they would be able to drop i686 support (all AMD CPUs which support SSE2 support x86-64, too while Intel situation is mess).
  • Best portable simd library for stable rust?
    2 projects | /r/rust | 17 Aug 2022
    The standard API crate for portable simd is at https://github.com/rust-lang/portable-simd, but using this requires nightly, which I don't want to do. I'd like to use a crate for simd that works on both x86_64 and wasm in stable rust. wide looks fine for this purpose. Are there any potentially better choices?
  • Any plans for built-in support of Vec2/Vec3/Vec4 in Rust?
    11 projects | /r/rust | 29 Jul 2022
    See: https://github.com/rust-lang/portable-simd
  • A note from our sponsor - SaaSHub
    www.saashub.com | 15 May 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic portable-simd repo stats
20
965
7.8
about 1 month ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Rust is
the 5th most popular programming language
based on number of references?