Top 5 Rust Fft Projects
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
PhastFT
A high-performance, "quantum-inspired" Fast Fourier Transform (FFT) library written in pure and safe Rust.
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
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Rust Fft discussion
Rust Fft related posts
Index
What are some of the best open-source Fft projects in Rust? This list will help you:
Project | Stars | |
---|---|---|
1 | ministark | 346 |
2 | fourier | 238 |
3 | PhastFT | 206 |
4 | RustFFT | 189 |
5 | intel-mkl-src | 82 |