shithub: furgit

Download patch

ref: ad36a7623076a013644867c650a22429f3fd15a4
parent: 1483f7080cd82098e297543f3688bf256dac7509
author: Runxi Yu <me@runxiyu.org>
date: Thu Dec 4 03:21:15 EST 2025

README: go-git expected performance increase

--- a/README.md
+++ b/README.md
@@ -54,6 +54,9 @@
 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
--