Files
swift-mirror/lib/Basic/JSONSerialization.cpp
Alex Hoppen 7593682c98 [JSONSerialization] Make key a StringRef
Most keys are string literals and if they are converted directly to
StringRef, the string length can be computed at compile time, increasing
performance.
2018-07-27 16:20:34 -07:00

7.8 KiB