Optimize filesystem::path::parent_path()
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
Showing
Please
register
or
sign in
to comment