"Abhradeep Chakraborty via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > When parsing the .bitmap file, git loads all the bitmaps one by one even if > some of the bitmaps are not necessary. We can remove this overhead by > loading only the necessary bitmaps. A look up table extension can solve this > issue. > > Changes since v1: > > This is the second version which addressed all (I think) the reviews. Please > notify me if some reviews are not addressed :) Is this the second version that is labeled as "v3" ;-)? > Documentation/technical/bitmap-format.txt | 39 ++ I haven't tried merging it yet, but doesn't [1/6] overlap with and semantically depend on your other series that touch the formatting of this file? Thanks.