Currently, fftw has a multi-threading option
Is it possible enable multi-threading in RustFFT?
I searched for keywords like parallel and thread but found nothing.
And a simple test shows a only 100% CPU time, which means RustFFT does not enable multi-threading by default.
Would RustFFT support multi-threading in the future?