summaryrefslogtreecommitdiff
path: root/bloom.c
AgeCommit message (Expand)Author
2020-06-09Merge branch 'ds/line-log-on-bloom'Junio C Hamano
2020-05-14Merge branch 'ds/bloom-cleanup'Junio C Hamano
2020-05-11line-log: integrate with changed-path Bloom filtersDerrick Stolee
2020-05-11bloom: use num_changes not nr for limit detectionDerrick Stolee
2020-05-11bloom: de-duplicate directory entriesDerrick Stolee
2020-05-11bloom: parse commit before computing filtersDerrick Stolee
2020-05-08bloom: fix `make sparse` warningĐoàn Trần Công Danh
2020-05-01bloom: fix whitespace around tab lengthDerrick Stolee
2020-04-09bloom: ignore renames when computing changed pathsDerrick Stolee
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-30diff: halt tree-diff early after max_changesDerrick Stolee
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