You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the things that's always bugged me about libraries is the inability to access coordinate values directly rather than make a copy. It would be interesting to try this out and see what the performance implications are (even though it's more expensive up front, maybe it's cheaper to copy the values into a local contiguous memory block to improve cache performance?)
The text was updated successfully, but these errors were encountered:
One of the things that's always bugged me about libraries is the inability to access coordinate values directly rather than make a copy. It would be interesting to try this out and see what the performance implications are (even though it's more expensive up front, maybe it's cheaper to copy the values into a local contiguous memory block to improve cache performance?)
The text was updated successfully, but these errors were encountered: