diff options
| author | 2025-11-14 00:00:00 +0000 | |
|---|---|---|
| committer | 2025-11-14 00:00:00 +0000 | |
| commit | 18b0ce4237b90e2aab4ce94179d01f328e9874b4 (patch) | |
| tree | a14e98165d28009074b6e59645039f9984ef5526 /README.md | |
| parent | We're intended to be used as a library (diff) | |
| signature | ||
README: Note about goals on synchronization
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -17,10 +17,14 @@ library. ## Features -Currently, Furgit is very basic; it supports reading objects from loose objects +Currently, furgit is very basic; it supports reading objects from loose objects and packfiles. There is some infrastructure for writing loose objects and packfiles in the tests but they need to be refactored. +We intend for repository objects to be freely usable across goroutines, which +may enable long-running applications such as forges to keep a pool of recently +used repos (including their `.idx` and `.pack` cache) for rapid access. + ## Performance Furgit is aggressively optimized for performance. |
