Re: [PATCH 0/2] Per-commit filter proof of concept

2018-10-11 Thread Ævar Arnfjörð Bjarmason
On Thu, Oct 11 2018, Jonathan Tan wrote: > Using per-commit filters and restricting the bloom filter to a single > parent increases the relative power of the filter in omitting tree > inspections compared to the original (107/53096 vs 1183/66459), but the > lack of coverage w.r.t. the non-first

[PATCH 0/2] Per-commit filter proof of concept

2018-10-10 Thread Jonathan Tan
I did my own experiments on top of what Szeder provided - the first patch is to have one fixed-size bloom filter per commit, and the second patch makes that bloom filter apply to only the first parent of each commit. The results are: Original (szeder's) $