swift
b01ee726
- [String] Custom iterator for UTF16View (#20929)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#20929 - [String] Custom iterator for UTF16View
Author
milseman
Parents
1c91dd49
Loading