aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-01-30 17:27:10 +0100
committerGravatar Runxi Yu2026-01-30 17:27:10 +0100
commitc1f17baa57bad0f61e639fc39c8cd5e4872142f6 (patch)
tree715935cbfee3358c6e23008680d80473e4a21061 /README.md
parentREADME: Update packfile/thin/delta related feature items (diff)
signatureNo signature
packed, delta: Some improvements for base selection
* sort objects by type then size to improve window quality * prune bad candidates with size ratio checks * have objects are preferred
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f1eb0084..a54d0d02 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@ Furgit is a fast Git library in pure Go
* Multi pack indexes
* Repack
* Better delta base selection strategy
+* Delta reuse; delta islands
* Reading reachability bitmaps
* Writing reachability bitmaps when writing packfiles
* [commit-graph](https://git-scm.com/docs/commit-graph) (in progress)