summaryrefslogtreecommitdiff
path: root/bloom.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-08Merge branch 'ds/line-log-on-bloom'Libravatar Junio C Hamano1-0/+1
2020-05-14Merge branch 'ds/bloom-cleanup'Libravatar Junio C Hamano1-2/+2
2020-05-11line-log: integrate with changed-path Bloom filtersLibravatar Derrick Stolee1-0/+1
2020-05-07bloom: fix `make sparse` warningLibravatar Đoàn Trần Công Danh1-1/+1
2020-05-01bloom: fix whitespace around tab lengthLibravatar Derrick Stolee1-2/+2
2020-04-06revision.c: use Bloom filters to speed up path based revision walksLibravatar Garima Singh1-0/+4
2020-04-06commit-graph: reuse existing Bloom filters during writeLibravatar Garima Singh1-1/+3
2020-03-30bloom.c: core Bloom filter implementation for changed paths.Libravatar Garima Singh1-0/+8
2020-03-30bloom.c: introduce core Bloom filter constructsLibravatar Garima Singh1-0/+63
2020-03-30bloom.c: add the murmur3 hash implementationLibravatar Garima Singh1-0/+13