Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure Path _str takes UTF-8 String fast paths
Some clients (*cough* *cough* Xcode) like to create Paths out of bridged NSStrings, which cannot be efficiently iterated. As most of our operations require doing this frequently, we might as well convert on construction to avoid the -characterAtIndex: slow path.
- Loading branch information