Open termoshtt opened 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
See also https://github.com/awelkie/RustFFT/issues/50