cyborg
cyborg copied to clipboard
Investigate Swift 5 String Performance
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.