aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2025-11-14 00:00:00 +0000
committerGravatar Runxi Yu2025-11-14 00:00:00 +0000
commit441f955bf44ffd5b21f0d792bbcc0823d311df70 (patch)
tree5b5b933f28370e1a725e8747129bb420f4a7ff4f
parentAdd tangled mirror (diff)
signature
README: Clarify perf stats
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 51382e2c..e8289396 100644
--- a/README.md
+++ b/README.md
@@ -29,13 +29,13 @@ used repos (including their `.idx` and `.pack` cache) for rapid access.
Furgit is aggressively optimized for performance.
[As of November 2025](https://git.sr.ht/~runxiyu/gitbench),
-for large repos such as
+for the task of `git ls-tree --long HEAD` on large repos such as
[Linux](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git),
it is:
-* close to the performance of [upstream git](https://git-scm.com),
-* faster than [libgit2](https://libgit2.org), and
-* faster than [go-git](https://github.com/go-git/go-git) by 3 orders of magnitude.
+* approximately the same performance as [upstream git](https://git-scm.com),
+* approximately 10 times faster than [libgit2](https://libgit2.org), and
+* approximately 1000 times faster than [go-git](https://github.com/go-git/go-git).
## Compatibility