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?)
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?)