This commit is contained in:
Joey Hess 2019-06-12 15:10:17 -04:00
parent 157f41427f
commit 43805a0be9
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,12 @@
Finished the refactoring that I had started on Thursday. This was only
a partial success, because it didn't result in the speedup to -J that I had
hoped for. The slow start with -J turns out to not be caused by concurrency
overhead at all, but a bug,
[[bugs/rsync_and_gcrypt_special_remotes_make_-J_slow]].
What was successful is that I got rid of the oldest implementation wart in
git-annex, the implicitMessages state. And, I made progress toward
separately parallizing checksum verification.
This refactoring is still cooking in the `starting` branch and will be
merged after the next release.