mention optimisations
This commit is contained in:
parent
c7a4411e71
commit
718fa83da6
1 changed files with 6 additions and 2 deletions
|
@ -1,9 +1,13 @@
|
||||||
git-annex (7.20191115) UNRELEASED; urgency=medium
|
git-annex (7.20191115) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Sped up many git-annex commands that operate on many files, by
|
||||||
|
using ByteStrings. Some commands like find got up to 60% faster.
|
||||||
* Sped up many git-annex commands that operate on many files, by
|
* Sped up many git-annex commands that operate on many files, by
|
||||||
avoiding reserialization of keys.
|
avoiding reserialization of keys.
|
||||||
find is 7% faster; whereis is 3% faster; and git-annex get when
|
find got 7% faster; whereis 3% faster; and git-annex get when
|
||||||
all files are already present is 5% faster
|
all files are already present got 5% faster
|
||||||
|
* Sped up many git-annex commands that query the git-annex branch.
|
||||||
|
In particular whereis got 1.5% faster.
|
||||||
* Stop displaying rsync progress, and use git-annex's own progress display
|
* Stop displaying rsync progress, and use git-annex's own progress display
|
||||||
for local-to-local repo transfers.
|
for local-to-local repo transfers.
|
||||||
* git-lfs: The url provided to initremote/enableremote will now be
|
* git-lfs: The url provided to initremote/enableremote will now be
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue