diff options
| author | 2026-03-04 20:34:46 +0800 | |
|---|---|---|
| committer | 2026-03-04 20:34:46 +0800 | |
| commit | dfae3821e05fc2376d57c11f4b5ae18de1750cbd (patch) | |
| tree | aab78e674c28a86b1d1ba5ec66114661c06b8ab1 | |
| parent | README: Add to-do list (diff) | |
| signature | No signature | |
README: More updates v0.1.46
| -rw-r--r-- | README.md | 22 |
1 files changed, 16 insertions, 6 deletions
@@ -3,7 +3,7 @@ [](https://builds.sr.ht/~runxiyu/furgit) [](https://pkg.go.dev/codeberg.org/lindenii/furgit) -Furgit is a somewhat fast Git library in Go. +Furgit is a low-level Git library in Go. ## Project status @@ -12,14 +12,16 @@ Furgit is a somewhat fast Git library in Go. * Do not use in production * May use [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html) later -Currently undergoing a massive redesign; see the `legacy` branch too. +## General goals -## Roadmap +* General-purpose Git library for UNIX-like systems +* Prioritize APIs for forges and other server-side uses first +* Aim for clear architecture then high performance -**Done** +## Current features * Parsing configs -* Object ID and hash algorithms +* Object ID and hash algorithms (SHA-256, SHA-1) * Object type enums * Object representation types * Object header parsing @@ -43,7 +45,7 @@ Currently undergoing a massive redesign; see the `legacy` branch too. * Adler-32 optimizations * ZLIB pooling -**Planned** +## Future features * Streaming `.pack`/`.idx` hash verifier * `.idx` and `.rev` writing @@ -61,6 +63,14 @@ Currently undergoing a massive redesign; see the `legacy` branch too. * Thin packs * DEFLATE optimizations * Aggressive buffer pooling +* Ref tables +* Large object promisors +* Repacking +* Multi-pack indexes + +## Benchmarks + +See [gitbench](https://git.sr.ht/~runxiyu/gitbench). ## Repos and mirrors |
