Re: [PATCHv3 10/10] pack-revindex: radix-sort the revindex

2013-07-11 Thread Brandon Casey
On Thu, Jul 11, 2013 at 5:16 AM, Jeff King wrote: > Here's an update of the radix-sort patch. It fixes the "unsigned" issue > Brandon pointed out, along with a few other comment/naming/style fixes. > I also updated the commit message with more explanation of the > timings. Very nice. For

[PATCHv3 10/10] pack-revindex: radix-sort the revindex

2013-07-11 Thread Jeff King
Here's an update of the radix-sort patch. It fixes the "unsigned" issue Brandon pointed out, along with a few other comment/naming/style fixes. I also updated the commit message with more explanation of the timings. The interdiff is: diff --git a/pack-revindex.c b/pack-revindex.c