summaryrefslogtreecommitdiff
path: root/bloom.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-30diff: halt tree-diff early after max_changesLibravatar Derrick Stolee1-1/+3
2020-03-30bloom.c: core Bloom filter implementation for changed paths.Libravatar Garima Singh1-0/+97
2020-03-30bloom.c: introduce core Bloom filter constructsLibravatar Garima Singh1-1/+37
2020-03-30bloom.c: add the murmur3 hash implementationLibravatar Garima Singh1-0/+73