Parsing improvements
gregsdennis opened this issue · 1 comments
gregsdennis commented
See if spans can be utilized to increase performance when parsing strings.
gregsdennis commented
The current implementation uses direct character indexing, not substrings. The primary use for Span<T>
was to overcome the overhead from substrings, so I doubt this will help much, if any.