(no commit message)
authorAtemu <Atemu@web>
Wed, 2 Mar 2022 13:18:42 +0000 (13:18 +0000)
committeradmin <admin@branchable.com>
Wed, 2 Mar 2022 13:18:42 +0000 (13:18 +0000)
doc/bugs/git-annex_is_slow_at_reading_files.mdwn

index 551f8e2f130e0a7c626f408b5c6880e07ec14df7..91c187d3c5d5dad1d3fc1dcfb707243c065e22f0 100644 (file)
@@ -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.))