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

Review uses of "int", and "long" data types. #244

Open
tfry-git opened this issue Mar 30, 2024 · 0 comments
Open

Review uses of "int", and "long" data types. #244

tfry-git opened this issue Mar 30, 2024 · 0 comments
Labels
optimization For anything improving the performances without changing the actual behavior of the library

Comments

@tfry-git
Copy link
Collaborator

          There are some unsigned longs in the code base too which should be reviewed with an eye to the larger platforms. we don't need phase precision better than 24bits in most musical applications so uint32_t is good enough.

Originally posted by @adrianfreed in #37 (comment)

@tomcombriat tomcombriat added the optimization For anything improving the performances without changing the actual behavior of the library label Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimization For anything improving the performances without changing the actual behavior of the library
Projects
None yet
Development

No branches or pull requests

2 participants