bitmaps: include a bitmap hash cache by default
commit22f2a7f092e121689c60a666c3993da5d77b427a
authorKyle J. McKay <mackyle@gmail.com>
Sat, 8 Oct 2016 00:34:30 +0000 (7 17:34 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 8 Oct 2016 00:34:30 +0000 (7 17:34 -0700)
treeb5540376201b260013789f15696922f63a0b96c6
parent69675305c0582606296c412d3e50681e77cf5675
bitmaps: include a bitmap hash cache by default

When generating deltas to send data to clients, having a hash cache in
the bitmap can improve the quality of the deltas that are generated
thereby reducing the amount of data that needs to be sent to clients.

Turn on bitmap hash caches by default but add another tunable option
to disable them in case the generated bitmaps need to be used by
JGit (which does not understand the hash cache info).

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/Config.pm
jailsetup.sh