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
In Swift 5 String will use UTF-8 instead of UTF-16, which means that it won't need to do allocations to access the raw buffer for strtod, and converting from XMLChar buffers will be cheaper. We may be able to get rid of XMLString as a result.
The text was updated successfully, but these errors were encountered:
In Swift 5
String
will use UTF-8 instead of UTF-16, which means that it won't need to do allocations to access the raw buffer forstrtod
, and converting from XMLChar buffers will be cheaper. We may be able to get rid of XMLString as a result.The text was updated successfully, but these errors were encountered: