pshriwise / xdg

Accelerated Discretized Geometry
MIT License
9 stars 2 forks source link

Vertex coordinate references #2

Open pshriwise opened 11 months ago

pshriwise commented 11 months ago

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