Re: [PATCH 00/16] Speed up Counting Objects with bitmap data

2013-06-25 Thread Thomas Rast
Vicent Marti writes: > Like with every other patch that offers performance improvements, > sample benchmarks are provided (spoiler: they are pretty fucking > cool). Great stuff. I read the first half, and skimmed the second half. See the individual replies for comments. However: > Documenta

[PATCH 00/16] Speed up Counting Objects with bitmap data

2013-06-24 Thread Vicent Marti
Hello friends and enemies from the lovevely Git Mailing list. I bring to you a patch series that implement a quite interesting performance optimization: the removal of the "Counting Objects" phase during `pack-objects` by using a pre-computed bitmap to find the reachable objects in the packfile.