Optimize string indexing by removing extra interior domain creations #1583
Labels
In Progress
Work on ticket is in progress / ticket is actively being worked
performance
Performance needs improving
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.
The text was updated successfully, but these errors were encountered: