Skip to content

Accelerate the SFG constructor

When building bigger SFG, e.g. a 1024 point FFT. The constructor of the SFG function becomes a big bottleneck for speed.

It makes automatic testing of the FFT generator practically impossible for anything larger than 512 points.

Thus, if possible it would be great if the constructor could be accelerated.

Edited by Simon Bjurek