Optimize Cursor implementation #675
Labels
do not close
Issue which won't close due to inactivity
performance
Something could be made faster or more efficient
Milestone
It may be possible to optimize the
Cursor
implementation by relying more heavily on byte positions internally than character positions. It's possible that character positions could be eliminated completely if they aren't entirely needed by external code, or perhaps we could track both for convenience but only rely on byte positions internally.The text was updated successfully, but these errors were encountered: