This commit is contained in:
Joey Hess 2021-11-29 14:00:32 -04:00
parent 28cca9b9ff
commit 05d79b26d8
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -17,7 +17,7 @@ and moving it into place there, because annex.thin means a hard link should
be made, and if the filesystem supports CoW, that should be used rather be made, and if the filesystem supports CoW, that should be used rather
than writing the file again. than writing the file again.
A benchmark showed that `git add` of a 1 gb file A benchmark on Linux showed that `git add` of a 1 gb file
is about 5% slower with filter-process enabled than it is is about 5% slower with filter-process enabled than it is
with filter-process disabled. That's due to the piping overhead to with filter-process disabled. That's due to the piping overhead to
filter-process ([[todo/git_smudge_clean_interface_suboptiomal]]). filter-process ([[todo/git_smudge_clean_interface_suboptiomal]]).