FastDoubleParser icon indicating copy to clipboard operation
FastDoubleParser copied to clipboard

Method fft() faster about 10%

Open xtonik opened this issue 2 years ago • 0 comments

Optimization done using trivial trick reusing results two additions. Surprisingly it is slower than use strict equation. It become more performant about 10% after reduction of number of instances ComplexVector(). Tiny improvement provided by changed counting of the indexes.

xtonik avatar Jun 21 '23 12:06 xtonik