From 962a428cf95ef8776296bb83eabc28537beda3dd Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 19 Nov 2025 08:00:00 +0800 Subject: Switch back to internal zlib for loose objects too Still marginally less overhead due to pooling --- loose.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loose.go') diff --git a/loose.go b/loose.go index 9ed14f2e..86f67890 100644 --- a/loose.go +++ b/loose.go @@ -2,7 +2,6 @@ package furgit import ( "bytes" - "compress/zlib" "fmt" "io" "os" @@ -10,6 +9,7 @@ import ( "strconv" "git.sr.ht/~runxiyu/furgit/internal/bufpool" + "git.sr.ht/~runxiyu/furgit/internal/zlib" "git.sr.ht/~runxiyu/furgit/internal/zlibx" ) -- cgit v1.3.1-10-gc9f91