uber / cyborg

Display Android Vectordrawables on iOS.
Apache License 2.0
300 stars 19 forks source link

Investigate Swift 5 String Performance #36

Open benpious opened 5 years ago

benpious commented 5 years ago

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.