rust-math / fftw

FFTW3 binding for Rust
Other
57 stars 27 forks source link

Benchmark comparing FFTW, Intel MKL, and RustFFT #97

Open termoshtt opened 4 years ago

LingMan commented 4 years ago

See also https://github.com/awelkie/RustFFT/issues/50

hombit commented 4 years ago

I have some benchmarks for FFTW, Chfft and RustFFT in light-curve-feature crate. If it looks ok, I can move it here, but I don't know how to bench FFTW and MKL in one code run due they are both requires the same fftw crate with different features.

My results show that FFTW is ~50% faster RustFFT and MKL adds another ~20-30% upon