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

Optimize string indexing by removing extra interior domain creations #1583

Closed
stress-tess opened this issue Jul 12, 2022 · 0 comments · Fixed by #1582
Closed

Optimize string indexing by removing extra interior domain creations #1583

stress-tess opened this issue Jul 12, 2022 · 0 comments · Fixed by #1582
Assignees
Labels
In Progress Work on ticket is in progress / ticket is actively being worked performance Performance needs improving

Comments

@stress-tess
Copy link
Member

Remove calls to the interior of the array's domain. Instead, loop over the entire domain to prevent overhead from creating unnecessary domains.

This is most beneficial for small problem sizes where creation overheads are more pronounced, but results in a slight performance improvement for all cases.

@stress-tess stress-tess added performance Performance needs improving In Progress Work on ticket is in progress / ticket is actively being worked labels Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
In Progress Work on ticket is in progress / ticket is actively being worked performance Performance needs improving
Projects
None yet
2 participants