From 05d79b26d868662e7e6738958fa9d465328e20fe Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 29 Nov 2021 14:00:32 -0400 Subject: [PATCH] clarify --- doc/todo/incremental_hashing_for_add.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/todo/incremental_hashing_for_add.mdwn b/doc/todo/incremental_hashing_for_add.mdwn index bb37c65511..3708780964 100644 --- a/doc/todo/incremental_hashing_for_add.mdwn +++ b/doc/todo/incremental_hashing_for_add.mdwn @@ -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 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 with filter-process disabled. That's due to the piping overhead to filter-process ([[todo/git_smudge_clean_interface_suboptiomal]]).