summaryrefslogtreecommitdiffstats
path: root/bloom.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/bloom-cleanup'Junio C Hamano2020-05-141-2/+2
|\
| * bloom: fix whitespace around tab lengthDerrick Stolee2020-05-011-2/+2
* | bloom: fix `make sparse` warningĐoàn Trần Công Danh2020-05-081-1/+1
|/
* 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