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
I should clarify that: there may still be further changes that affect String but no more so than for other standard library types. The big changes for the 2-word implementation and the small string optimization are done.
Additional Detail from JIRA
md5: 22ab97c83270399b4f65d192960b83b9
relates to:
Issue Description:
We are working to revise the design of String for Swift 4. This includes a variety of changes, including:
https://bugs.swift.org/browse/SR-4003 Optimize the representation of String
https://bugs.swift.org/browse/SR-4004 Create a shim to ICU
https://bugs.swift.org/browse/SR-4006 Enable String to store Latin1 characters with 8-bit encoding
https://bugs.swift.org/browse/SR-4007 Implement Small String optimization
I am filing this issue to track the overall effort for the purpose of ABI stability.
The text was updated successfully, but these errors were encountered: