Rust SIMD native vs. C-Libary

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • cargo-asm

    cargo subcommand showing the assembly or llvm-ir generated for Rust code

  • What C compiler are you using? Have you compared the ASM output? cargo-asm helps here a lot.

  • tiny-skia

    A tiny Skia subset ported to Rust

  • Rust code can be a bit slower for some reason or another, but you definitely do not need so much unsafe. tiny-skia uses a lot of SIMD and it is unsafe free.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • safe_arch

    Exposes arch-specific intrinsics as safe function (via cfg).

  • PS: You can use safe_arch to make code a bit more readable. Or even wide.

  • wide

    A crate to help you go wide. By which I mean use SIMD stuff. (by Lokathor)

  • PS: You can use safe_arch to make code a bit more readable. Or even wide.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts