You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[5.0][String] Add UTF-8 fast-paths for Foundation initializers (#22051)
* [String] Add UTF-8 fast-paths for Foundation initializers
Many Foundation initializers could benefit from faster string
construction and subsequent reads in Swift 5. Add UTF-8 fast paths for
when constructing a string from a valid UTF-8 code units.
* [String] Speed up ASCII checking.
Perform ASCII checking using pointer-width strides, making sure to
align properly.
0 commit comments