RustFFT 5.0 has been released!
RustFFT is a high-performance FFT library written in pure Rust. Version 5.0.0
implements AVX acceleration and is 5x-10x faster than RustFFT 4.0.0 at every FFT size.
2 weeks ago, I announced RustFFT 5.0.0-experimental.1. At the time, the release was labeled experimental because it required the nightly compiler for min_specialization
.
In the time since, I have gotten it compiling on stable Rust, and so AVX-accelerated FFTs are now ready for general use!