shithub: furgit

Download patch

ref: 561c3b2cf5893430d4ff63883dab818d8d6f5c3f
parent: 5d85a8de7bdb9e3223d8bbe6661dfb5c2bdd16c7
author: Runxi Yu <me@runxiyu.org>
date: Thu Mar 5 04:21:57 EST 2026

README: implemented/planned

--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
 * Prioritize APIs for forges and other server-side uses first
 * Aim for clear architecture then high performance
 
-## Current features
+## Implemented
 
 * Parsing configs
 * Object ID and hash algorithms (SHA-256, SHA-1)
@@ -46,7 +46,7 @@
 * Adler-32 optimizations
 * ZLIB pooling
 
-## Future features
+## Planned
 
 * Streaming `.pack`/`.idx` hash verifier
 * `.idx` and `.rev` writing
--