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

Introduction caching FFT of powers of ten. #58

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

xtonik
Copy link
Contributor

@xtonik xtonik commented Jun 7, 2023

Caching FFT of powers of ten improves performance as they can be reused during computation.

Some memory is wasted as the cache is permanent, but the same situation stands with existing cache of powers of ten or roots of unity.

More comprehensive solution should be considered allowing user to control the cache - what to store, how long, forcing flush etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant