Skip to content

Par rot functions #269

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

Merged
merged 2 commits into from
Mar 27, 2025
Merged

Par rot functions #269

merged 2 commits into from
Mar 27, 2025

Conversation

drobnyjt
Copy link
Collaborator

This PR is an improvement to the vectorized rotation functions (documentation TK) that uses a parallel iterator from rayon. This doesn't offer a massive speedup on my quadcore laptop, maybe 10%, but in certain code coupling contexts this might be useful, especially when lots of cores are available. If this hurts performance, rayon offers an environment variable, RAYON_NUM_THREADS to turn parallelization off.

@drobnyjt drobnyjt changed the base branch from main to dev March 27, 2025 17:24
@drobnyjt drobnyjt merged commit b5fcdc2 into dev Mar 27, 2025
1 check passed
@drobnyjt drobnyjt deleted the par_rot_functions branch April 8, 2025 21:50
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