Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
daniel-emotech opened this issue Nov 20, 2019 · 3 comments
Open

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

daniel-emotech opened this issue Nov 20, 2019 · 3 comments

Comments

@daniel-emotech
Copy link

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
Copy link

oleid commented Jan 21, 2020

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

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

@Boscop
Copy link

Boscop commented Jun 13, 2020

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

@skewballfox
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants