awelkie / RustFFT

A mixed-radix FFT library written in pure Rust
Apache License 2.0
189 stars 18 forks source link

Benchmarks comparing against other FFT impls (FFTW etc) #50

Open daniel-emotech opened 5 years ago

daniel-emotech commented 5 years ago

FFTW is reportedly the fastest open source fast Fourier transform implementation so it would be interesting to see how RustFFT compares against it as well as Intel's MKL FFT and clFFT.

oleid commented 4 years ago

Here are benchmarks, which compare this create, fftw and Fourier

https://github.com/calebzulawski/fourier/tree/master/fourier-bench

Boscop commented 4 years ago

@daniel-emotech FFTS claims to be faster than FFTW: https://github.com/anthonix/ffts

skewballfox commented 11 months ago

There is also this paper comparing fftw and rustfft on a pi zero and Pi 4. I'm still trying to find the code for this if it's on the public web.