You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of right now, there are three crates being benchmarked: fftw, phastft, and rustfft. We should add benchmarks for other Rust implementations and bindings.
As of right now, there are three crates being benchmarked:
fftw
,phastft
, andrustfft
. We should add benchmarks for other Rust implementations and bindings.A non-exhaustive list:
chfft
(specificallychfft::CFft1D
)fourier
arrayfire
(specificallyarrayfire::fft_inplace
andarrayfire::ifft_inplace
)GSL
(specificallyrgsl::fft::radix2
)Presenting results in Markdown table format will become unwieldy, so we should eventually switch to generating charts.
The text was updated successfully, but these errors were encountered: