summaryrefslogtreecommitdiffstats
path: root/bloom.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bloom: ignore renames when computing changed pathsDerrick Stolee2020-04-091-0/+1
* revision.c: use Bloom filters to speed up path based revision walksGarima Singh2020-04-061-0/+20
* commit-graph: reuse existing Bloom filters during writeGarima Singh2020-04-061-1/+48
* diff: halt tree-diff early after max_changesDerrick Stolee2020-03-301-1/+3
* bloom.c: core Bloom filter implementation for changed paths.Garima Singh2020-03-301-0/+97
* bloom.c: introduce core Bloom filter constructsGarima Singh2020-03-301-1/+37
* bloom.c: add the murmur3 hash implementationGarima Singh2020-03-301-0/+73