Rust Simd

Open-source Rust projects categorized as Simd

Top 23 Rust Simd Projects

  • hora

    ๐Ÿš€ efficient approximate nearest neighbor search algorithm collections library written in Rust ๐Ÿฆ€ .

  • Project mention: Building a Vector Database with Rust to Make Use of Vector Embeddings | /r/rust | 2023-06-01

    We have been playing around with Hora as a replacement for the Rust-CV implementation as we want PQ as well. I'll check out instanct-distance, looks very interesting!

  • faster

    SIMD for humans (by AdamNiederer)

  • 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.

    InfluxDB logo
  • glam-rs

    A simple and fast linear algebra library for games and graphics

  • uwu

    fastest text uwuifier in the west

  • Project mention: Iโ€™ve fallen in love with rust so now what? | /r/programmingcirclejerk | 2023-05-23

    thatโ€™s webshit shit. real rust programmers use uwu to uwufy text BLAZINGLY FAST ๐Ÿš€๐Ÿš€๐Ÿš€๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ

  • cgmath-rs

    A linear algebra and mathematics library for computer graphics.

  • simd-json

    Rust port of simdjson

  • rust-memchr

    Optimized string search routines for Rust.

  • Project mention: Memchr: Optimized string search routines for Rust | news.ycombinator.com | 2024-01-13
  • SaaSHub

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

    SaaSHub logo
  • stdarch

    Rust's standard library vendor-specific APIs and run-time feature detection

  • simdutf8

    SIMD-accelerated UTF-8 validation for Rust.

  • sonic-rs

    A fast Rust JSON library based on SIMD.

  • Project mention: Announcing Sonic-rs 0.2.0: Separate safe & unsafe functions clearly and performance optimization. | /r/rust | 2023-10-31

    Crates: https://crates.io/crates/sonic-rs

  • simd

    SIMD-accelerated operations (by Nugine)

  • multiversion

    Easy function multiversioning for Rust

  • wide

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

  • PhastFT

    A high-performance, "quantum-inspired" Fast Fourier Transform (FFT) library written in pure and safe Rust.

  • Project mention: Fast Fourier Transform in Rust | news.ycombinator.com | 2024-05-01

    Hi,

    One of the authors of PhastFT here. Thank you for your interest.

    We went out of our way to configure FFTW for AVX-512. The Rust bindings don't do it, but the FFTW itself in the benchmark does.

    It's worth noting that with FFTW you have to choose between building it for your CPU and making it non-portable, or targeting the lowest common denominator of CPU features so that it runs everywhere but much slower. Meanwhile PhastFT detects the available CPU features at runtime, and will utilize the fastest CPU features without sacrificing portability.

    Lastly, we are currently working on support for interleaved format [1]. That will be in the next release.

    [1] https://github.com/QuState/PhastFT/pull/27

  • thermite

    Thermite SIMD: Melt your CPU

  • neural-network-from-scratch

    A neural network library written from scratch in Rust along with a web-based application for building + training neural networks + visualizing their outputs

  • varint-simd

    Decoding and encoding gigabytes of LEB128 variable-length integers per second in Rust with SIMD

  • sliceslice-rs

    A fast implementation of single-pattern substring search using SIMD acceleration.

  • faster-hex

    fast hex

  • Project mention: Ton Coin CKB-AUTH Integration | /r/NervosNetwork | 2023-12-05

    reduce scope of unsafe xsave code to where know it's supported faster-hex#39

  • simd-alphatensor-rs

    ๐Ÿงฎ alphatensor matrix breakthrough algorithms + simd + rust.

  • argminmax

    Efficient argmin & argmax

  • spinoza

    A High Performance Quantum State Simulator implemented in pure Rust

  • Project mention: Fast Fourier Transform in Rust | news.ycombinator.com | 2024-05-01

    For those who are interested, there is a strong connection between FFT and quantum gates. Applying a gate to a target qubit in a quantum system follows the same computing pattern as one stage in FFT. Consequently, any quantum simulator contains an FFT implementation, and an efficient FFT implementation can be ported to a quantum simulator implementation.

    To see how quantum gates work, take a look at Spinoza: https://github.com/QuState/spinoza, a sister project for PhastFT, and Hume, a simpler, but lower performing, Python version: https://github.com/learnqc/code/tree/main/src/hume.

  • rsonpath

    Blazing fast JSONPath query engine written in Rust.

  • Project mention: On-demand JSON: A better way to parse documents? | news.ycombinator.com | 2024-02-10

    Maybe you need a query engine and not a parser.

    Shameless promotion of my beta engine

    https://github.com/V0ldek/rsonpath

  • SaaSHub

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

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust Simd related posts

  • Fast Fourier Transform in Rust

    4 projects | news.ycombinator.com | 1 May 2024
  • Ton Coin CKB-AUTH Integration

    3 projects | /r/NervosNetwork | 5 Dec 2023
  • GDlog: A GPU-Accelerated Deductive Engine

    16 projects | news.ycombinator.com | 3 Dec 2023
  • Designing a SIMD Algorithm from Scratch

    3 projects | news.ycombinator.com | 28 Nov 2023
  • Announcing Sonic-rs 0.2.0: Separate safe & unsafe functions clearly and performance optimization.

    2 projects | /r/rust | 31 Oct 2023
  • Announcing sonic-rs: A fast Rust JSON library based on SIMD.

    2 projects | /r/rust | 20 Oct 2023
  • Stringzilla: Fastest string sort, search, split, and shuffle using SIMD

    9 projects | news.ycombinator.com | 29 Aug 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 21 May 2024
    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. Learn more โ†’

Index

What are some of the best open-source Simd projects in Rust? This list will help you:

Project Stars
1 hora 2,558
2 faster 1,551
3 glam-rs 1,407
4 uwu 1,319
5 cgmath-rs 1,101
6 simd-json 1,025
7 rust-memchr 759
8 stdarch 598
9 simdutf8 510
10 sonic-rs 328
11 simd 188
12 multiversion 185
13 wide 184
14 PhastFT 184
15 thermite 154
16 neural-network-from-scratch 114
17 varint-simd 98
18 sliceslice-rs 87
19 faster-hex 78
20 simd-alphatensor-rs 58
21 argminmax 52
22 spinoza 47
23 rsonpath 43

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com