RustFFT icon indicating copy to clipboard operation
RustFFT copied to clipboard

Benchmarks comparing against other FFT impls (FFTW etc)

Open daniel-emotech opened this issue 6 years ago • 3 comments

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.

daniel-emotech avatar Nov 20 '19 15:11 daniel-emotech

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

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

oleid avatar Jan 21 '20 18:01 oleid

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

Boscop avatar Jun 13 '20 03:06 Boscop

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.

skewballfox avatar Dec 25 '23 17:12 skewballfox