Skip to content

Reduce dynamic dispatching #25

@dannys4

Description

@dannys4

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions