Re: [PATCH v2 0/6] reuse on-disk deltas for fetches with bitmaps

2018-08-21 Thread Jeff King
On Tue, Aug 21, 2018 at 12:34:18PM -0700, Junio C Hamano wrote: > > 1: 89fa0ec8d8 ! 1: 3e1b94d7d6 pack-bitmap: save "have" bitmap from walk > > @@ -69,6 +69,8 @@ > > + > > + if (!bitmap_git) > > + return 0; /* no bitmap loaded */ > > ++ if (!bitmap_g

Re: [PATCH v2 0/6] reuse on-disk deltas for fetches with bitmaps

2018-08-21 Thread Junio C Hamano
Jeff King writes: > On Fri, Aug 17, 2018 at 04:54:27PM -0400, Jeff King wrote: > >> This series more aggressively reuses on-disk deltas to serve fetches >> when reachability bitmaps tell us a more complete picture of what the >> client has. That saves server CPU and results in smaller packs. See

Re: [PATCH v2 0/6] reuse on-disk deltas for fetches with bitmaps

2018-08-21 Thread Jeff King
On Tue, Aug 21, 2018 at 03:06:22PM -0400, Jeff King wrote: > On Fri, Aug 17, 2018 at 04:54:27PM -0400, Jeff King wrote: > > > This series more aggressively reuses on-disk deltas to serve fetches > > when reachability bitmaps tell us a more complete picture of what the > > client has. That saves s

[PATCH v2 0/6] reuse on-disk deltas for fetches with bitmaps

2018-08-21 Thread Jeff King
On Fri, Aug 17, 2018 at 04:54:27PM -0400, Jeff King wrote: > This series more aggressively reuses on-disk deltas to serve fetches > when reachability bitmaps tell us a more complete picture of what the > client has. That saves server CPU and results in smaller packs. See the > final patch for numb