summaryrefslogtreecommitdiff
path: root/bloom.h
Commit message (Expand)AuthorAgeFilesLines
* revision.c: use Bloom filters to speed up path based revision walksGarima Singh2020-04-061-0/+4
* commit-graph: reuse existing Bloom filters during writeGarima Singh2020-04-061-1/+3
* bloom.c: core Bloom filter implementation for changed paths.Garima Singh2020-03-301-0/+8
* bloom.c: introduce core Bloom filter constructsGarima Singh2020-03-301-0/+63
* bloom.c: add the murmur3 hash implementationGarima Singh2020-03-301-0/+13