-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
The README claims:
String.prototype[Symbol.iterator] which allows a hassle-free iteration over string codepoints, but yields their string values, which are inefficient to work with in performance-critical lexers, and still lack position information.
I would expect the iteration protocol to dominate baseline performance, which is still true for this proposal. I'm curious about the performance gains with this proposal. Is there a benchmark for this claim?
littledan
Metadata
Metadata
Assignees
Labels
No labels