swift
b01ee726 - [String] Custom iterator for UTF16View (#20929)

Commit
6 years ago
[String] Custom iterator for UTF16View (#20929) Defining a custom iterator for the UTF16View avoid some redundant computation over the indexing model. This speeds up iteration by around 40% on non-ASCII strings.
Author
Parents
Loading