|
|
|
|
|
by duped
1231 days ago
|
|
We have very different experiences then. "Small" scale to me is n < 64, which is right on the threshold of whether it's faster to run an n^2 algorithm that could be nlogn with an FFT (for 1-dimensional vectors) - depending on the algorithm, implementation, and hardware of course. I've benchmarked FFT/non-FFT based approaches for almost everything in that scale for the last ten years and gotten quite different results. |
|