edawson / gfakluge

A C++ library and utilities for manipulating the Graphical Fragment Assembly format.
http://edawson.github.io/gfakluge/
MIT License
51 stars 20 forks source link

Switch to faster split function #27

Closed edawson closed 6 years ago

edawson commented 6 years ago

I've added a zero-copy split function in the pliib library, but I want to add tests before we use it. Considering how many times we call split it could provide a big performance boost.

edawson commented 6 years ago

Closing this, as we're using a better split function now. I'm satisfied.