aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Runxi Yu2025-11-18 00:00:00 +0000
committerGravatar Runxi Yu2025-11-18 00:00:00 +0000
commitd674efbdd0386c21201c3c20e9fd626ba240d162 (patch)
tree5c1bc1360495cd9d0155de0cf1d5224cc0d94086 /README.md
parentUse a pooled zlib implementation (diff)
signature
Faster than libgit2 at recursive ls-tree
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0f19e239..b2327f57 100644
--- a/README.md
+++ b/README.md
@@ -66,8 +66,8 @@ and significantly faster than go-git.
However this is a microbenchmark and does not reflect all real-world
performance. For example, when recursively listing tree entires and
-commits, Furgit's performance is slightly slower than libgit2, both
-lack behind Git by multiple orders of magnitude.
+commits, Furgit's performance is only slightly faster than libgit2;
+both lack behind Git by multiple orders of magnitude.
Things we might consider in the future include: