liamappelbe / fftea

A simple and efficient FFT implementation for Dart
Apache License 2.0
66 stars 1 forks source link

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

Closed liamappelbe closed 1 year ago

liamappelbe commented 2 years ago

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