Little-known quirk of Foundation: NSStrings created with +stringWithContentsOfFile:… and some other methods don’t currently support CFStringGetCStringPtr. Optimizing for this case in String bridging nets a nice speedup for ‘String(contentsOfFile:,…) + “”’