liamappelbe / fftea

A simple and efficient FFT implementation for Dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate special casing FFT size 4. Does this make CompositeFFT faster?

liamappelbe opened this issue · comments

Are there any other sizes that it's worth combining in CompositeFFT? Even if we just delegate to NaiveFFT?