aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2025-12-04 08:21:15 +0800
committerGravatar Runxi Yu2025-12-04 08:21:15 +0800
commitad36a7623076a013644867c650a22429f3fd15a4 (patch)
tree6dbb969bbedca517376794cbd68e0177967ce6e2
parentREADME: Remove the villosa/lindenii-forge URLs for now (diff)
signatureNo signature
README: go-git expected performance increase
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 304fbb81..15614629 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,9 @@ See [gitbench](https://git.sr.ht/~runxiyu/gitbench) for details on methods.
All tests below were run on `linux.git` with `HEAD` at `6da43bbeb6918164`
on a `Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz`.
+**Note:** go-git is expected to perform much better after
+[storage: filesystem/mmap, Add PackScanner to handle large repos](https://github.com/go-git/go-git/pull/1776).
+
### Traversing all trees
* Git: 0.1 seconds