File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ is not feasible due to storage space or excessive repack times.
1717The multi-pack-index (MIDX for short) stores a list of objects
1818and their offsets into multiple packfiles. It contains:
1919
20- - A list of packfile names.
21- - A sorted list of object IDs.
22- - A list of metadata for the ith object ID including:
23- - A value j referring to the jth packfile.
24- - An offset within the jth packfile for the object.
25- - If large offsets are required, we use another list of large
20+ * A list of packfile names.
21+ * A sorted list of object IDs.
22+ * A list of metadata for the ith object ID including:
23+ ** A value j referring to the jth packfile.
24+ ** An offset within the jth packfile for the object.
25+ * If large offsets are required, we use another list of large
2626 offsets similar to version 2 pack-indexes.
2727
2828Thus, we can provide O(log N) lookup time for any number
You can’t perform that action at this time.
0 commit comments