]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/technical/multi-pack-index.txt
Documentation: describe MIDX-based bitmaps
[thirdparty/git.git] / Documentation / technical / multi-pack-index.txt
index fb688976c4c0337ef6850b9786daf2173f29e66c..1a73c3ee203ea0b3f6e25ded913d52435ee7a8cc 100644 (file)
@@ -71,14 +71,10 @@ Future Work
   still reducing the number of binary searches required for object
   lookups.
 
-- The reachability bitmap is currently paired directly with a single
-  packfile, using the pack-order as the object order to hopefully
-  compress the bitmaps well using run-length encoding. This could be
-  extended to pair a reachability bitmap with a multi-pack-index. If
-  the multi-pack-index is extended to store a "stable object order"
+- If the multi-pack-index is extended to store a "stable object order"
   (a function Order(hash) = integer that is constant for a given hash,
-  even as the multi-pack-index is updated) then a reachability bitmap
-  could point to a multi-pack-index and be updated independently.
+  even as the multi-pack-index is updated) then MIDX bitmaps could be
+  updated independently of the MIDX.
 
 - Packfiles can be marked as "special" using empty files that share
   the initial name but replace ".pack" with ".keep" or ".promisor".