diff --git a/doc/bugs/Windows__58___substantial_per-file_cost_for___96__add__96__/comment_1_8623b98bf21427ae5734d74e2576af5b._comment b/doc/bugs/Windows__58___substantial_per-file_cost_for___96__add__96__/comment_1_8623b98bf21427ae5734d74e2576af5b._comment new file mode 100644 index 0000000000..90bb281f8d --- /dev/null +++ b/doc/bugs/Windows__58___substantial_per-file_cost_for___96__add__96__/comment_1_8623b98bf21427ae5734d74e2576af5b._comment @@ -0,0 +1,28 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2021-09-21T14:29:12Z" + content=""" +Each `git add` has to run a new `git annex smudge` +process. `git commit` will often run it as well. +This is discussed in detail in +[[todo/git_smudge_clean_interface_suboptiomal]]. + +According to +<https://github.com/datalad/datalad/issues/5994#issuecomment-923744895> +git-annex 8.20201127 had the same performance that you are seeing +with the current version. So it cannot be any changes in the past year +that impacted git-annex performance. + +But <https://github.com/datalad/datalad/issues/5317> seems like it would +have been using around the same version of git-annex, and the timing there +was much faster. Unfortunatly the issue does not say what version +of git-annex was used, but it seems likely it would have been around +8.20201127 since that was released 2 months prior. + +So are the timings in those issues comparable, or is it an apples/oranges +comparison with different hardware or OS version? + +And if the timings between those issues are not comparable, what exactly +is this new issue comparing with when it says the peformance has worsened? +"""]]