summaryrefslogtreecommitdiff
path: root/bloom.h
AgeCommit message (Expand)Author
2020-04-06revision.c: use Bloom filters to speed up path based revision walksGarima Singh
2020-04-06commit-graph: reuse existing Bloom filters during writeGarima Singh
2020-03-30bloom.c: core Bloom filter implementation for changed paths.Garima Singh
2020-03-30bloom.c: introduce core Bloom filter constructsGarima Singh
2020-03-30bloom.c: add the murmur3 hash implementationGarima Singh