Rust fast-fourier-transform

Open-source Rust projects categorized as fast-fourier-transform
Topics: Simd Fft

Rust fast-fourier-transform Projects

  • 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

  • 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
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 fast-fourier-transform related posts

Index

Project Stars
1 PhastFT 185

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