diff options
| author | 2026-06-28 04:52:47 +0000 | |
|---|---|---|
| committer | 2026-06-28 04:52:47 +0000 | |
| commit | 04ff064a5379c4308f99615a6fdf6aa12e675f5e (patch) | |
| tree | 0545e0706b540ddac6fd3dea711f872a9a9501a3 | |
| parent | research: No more stupid varints (diff) | |
| -rw-r--r-- | research/dynamic_packfiles.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/research/dynamic_packfiles.txt b/research/dynamic_packfiles.txt index a2c171c3..a3461fbb 100644 --- a/research/dynamic_packfiles.txt +++ b/research/dynamic_packfiles.txt @@ -2,13 +2,13 @@ Format: * Append-only-ish rolling packfiles * All objects are uncompressed with no zlib framing -* Compression relies on filesystem block-level compression instead * uint64 instead of varints Rationale for the lack of compression: * Non-delta objects become readable via mmap with no copies at all * Delta instructions become easier to stream +* FS-level compression works Indexes: |
