shithub: furgit

Download patch

ref: b59e1bb2ed2b08223157776403a2b46c50716262
parent: 1e2daa32b76bf6a04a01f52e2671755d8611f363
author: Runxi Yu <me@runxiyu.org>
date: Wed Mar 4 19:08:58 EST 2026

README: Clarify benchmarks

--- a/README.md
+++ b/README.md
@@ -76,12 +76,11 @@
 
 ## Benchmarks
 
-See [gitbench](https://git.sr.ht/~runxiyu/gitbench).
-
-`legacy` branch furgit was slightly faster due to aggressive buffer reuse and a
-custom ZLIB implementation. These optimizations will be re-added.
-
-Alpine edge, i5-10210U, `performance` governor, `linux.git`.
+* See [gitbench](https://git.sr.ht/~runxiyu/gitbench).
+* `legacy` branch furgit is slightly faster due to buffer reuse and custom
+  ZLIB. These will be re-added.
+* Alpine edge, i5-10210U, `performance` governor, `linux.git`.
+* go-git expects significant speed-ups after [mmap](https://pkg.go.dev/github.com/go-git/go-git/v6/storage/filesystem/mmap)
 
 ### Traversing all trees in `HEAD` and fetching each file size
 
--