comparison COPYING @ 49890:1b701d425c37

merge: short-circuit the _checkfs loop upon getting ENOENT This reduces the number of [lstat] calls when updating from rev(-1) to a rev with lots of files by a factor of several: for path foo/bar/baz/quux.txt without this patch we're lstatting: foo foo/bar foo/bar/baz foo/bar/baz/quux.txt and with this patch: foo foo/bar/baz/quux.txt
author Arseniy Alekseyev <aalekseyev@janestreet.com>
date Wed, 04 Jan 2023 16:48:32 +0000
parents 8c8b55733cbd
children
comparison
equal deleted inserted replaced
49889:3aa8e569478a 49890:1b701d425c37