FastDoubleParser
FastDoubleParser copied to clipboard
Method fft() faster about 10%
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.