-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
There's a bit of dynamic dispatching going on every time that fft!
is called recursively. This is reasonably expensive. What should happen is that either a lambda expression is used or there's a central fft!
function that does the dispatch itself (which should be cheaper than the compiler doing the dispatching since I know more about the functions and can specialize it better).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request