fs_path.cc
48.2 KB
-
Optimize filesystem::path::parent_path() · e5ccb10a
Parsing a complete string is more efficient than appending each component one-by-one. * src/c++17/fs_path.cc (path::parent_path()): Create whole path at once instead of building it iteratively. From-SVN: r271754
Jonathan Wakely committed