VoidXH opened this issue 9 months ago · 1 comments
Instead of intermediate1.Convolve(x256) and similar by-definition math operations, doing the convolution in Fourier space before the IFFT would be much faster. x256/x512 should be FFT'd on creation.
intermediate1.Convolve(x256)
Something similar updated in 113d026.