combparser icon indicating copy to clipboard operation
combparser copied to clipboard

String copying causing slowdowns

Open PMunch opened this issue 7 years ago • 0 comments

Combparser is fairly slow. I think this has to do with the fact that strings are copied for each step of the parsing as it is sliced. This should be replaced by keeping a reference to the original string and only pass along a slice to work on.

PMunch avatar May 02 '18 07:05 PMunch