From 7d60b65249c8af355d739ccf44482a899d89c9c1 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 19 Nov 2025 08:00:00 +0800 Subject: Replace adler32 with github.com/mhr3/adler32-simd Unfortunately no VSX support yet --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 33475ace..aac56828 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,17 @@ developing what forges like [Villosa](https://codeberg.org/lindenii/villosa) and interested) requires. Afterwards, we'll take a look at what other usages (such as writing Git clients, IDE integration, etc) would need. -Furgit has no dependencies other than the standard library and some packages -from `golang.org/x`. It is unlikely that other dependencies will be introduced. - Currently, furgit is very basic; it supports reading and writing loose objects and reading from packfiles. There is some infrastructure for writing packfiles in the tests but they need to be refactored. +## Dependencies + +Furgit has no dependencies other than the standard library and some packages +from `golang.org/x`. It is unlikely that other dependencies will be introduced. + +In some cases, external code is introduced but maintained in-tree. + ## Environment requirements We currently do not intend to support flexible storage backends such as -- cgit v1.3.1-10-gc9f91