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.
17
17
The multi-pack-index (MIDX for short) stores a list of objects
18
18
and their offsets into multiple packfiles. It contains:
19
19
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
26
26
offsets similar to version 2 pack-indexes.
27
27
28
28
Thus, we can provide O(log N) lookup time for any number
You can’t perform that action at this time.
0 commit comments