Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to realfft (and rustfft) from fftw #180

Open
hombit opened this issue Oct 15, 2024 · 0 comments
Open

Switch to realfft (and rustfft) from fftw #180

hombit opened this issue Oct 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@hombit
Copy link
Member

hombit commented Oct 15, 2024

realfft/rustfft provide better performance than FFTW on every platform I tested (see benchmarks in this repo, n >> 1024). The only exception is FFTW with the MKL backend, which is significantly faster on Intel CPUs. Additionally, FFTW is one of the two libraries (the other being GSL) that cause this project to be GPL licensed. Also it'd make our Python wheel build pipeline much simpler.

@hombit hombit added the enhancement New feature or request label Oct 15, 2024
@hombit hombit mentioned this issue Oct 15, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant