Files
swift-mirror/stdlib/public/Cxx/std/String.swift
Egor Zhdan 4513ca2447 [cxx-interop] Faster std::string initialization from String
Instead of appending characters one-by-one, which resizes the resulting string multiple times, let's reserve the required number of bytes beforehand.

rdar://127423949
2024-05-02 14:07:07 +01:00

7.4 KiB