projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d768a8
)
(no commit message)
author
Atemu
<Atemu@web>
Wed, 2 Mar 2022 13:18:42 +0000
(13:18 +0000)
committer
admin
<admin@branchable.com>
Wed, 2 Mar 2022 13:18:42 +0000
(13:18 +0000)
doc/bugs/git-annex_is_slow_at_reading_files.mdwn
patch
|
blob
|
history
diff --git
a/doc/bugs/git-annex_is_slow_at_reading_files.mdwn
b/doc/bugs/git-annex_is_slow_at_reading_files.mdwn
index 551f8e2f130e0a7c626f408b5c6880e07ec14df7..91c187d3c5d5dad1d3fc1dcfb707243c065e22f0 100644
(file)
--- a/
doc/bugs/git-annex_is_slow_at_reading_files.mdwn
+++ b/
doc/bugs/git-annex_is_slow_at_reading_files.mdwn
@@
-6,9
+6,11
@@
The repo I'm reading from is inside a btrfs on top of an HDD but the same happen
My CPU is pretty slow but reading a 1.7GiB file normally or even checksumming it is about an order of magnitude faster:
-`git-annex fsck file`: 21s
-`sha256sum file`: 5s
-`cat file > /dev/null`: 2s
+|Command|Time|
+|:--|--:|
+|`git-annex fsck file`| 21s |
+|`sha256sum file`| 5s |
+|`cat file > /dev/null`| 2s |
(Tested inside a btrfs image in tmpfs with same settings (compress etc.))