summaryrefslogtreecommitdiff
path: root/bloom.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-17commit-graph: minimize commit_graph_data_slab accessAbhishek Kumar1-2/+3
2020-06-17commit: move members graph_pos, generation to a slabAbhishek Kumar1-3/+3
2020-06-08Merge branch 'ds/line-log-on-bloom'Junio C Hamano1-0/+5
2020-05-14Merge branch 'ds/bloom-cleanup'Junio C Hamano1-18/+38
2020-05-11line-log: integrate with changed-path Bloom filtersDerrick Stolee1-0/+5
2020-05-11bloom: use num_changes not nr for limit detectionDerrick Stolee1-1/+1
2020-05-11bloom: de-duplicate directory entriesDerrick Stolee1-9/+26
2020-05-11bloom: parse commit before computing filtersDerrick Stolee1-0/+3
2020-05-07bloom: fix `make sparse` warningĐoàn Trần Công Danh1-2/+2
2020-05-01bloom: fix whitespace around tab lengthDerrick Stolee1-8/+8
2020-04-09bloom: ignore renames when computing changed pathsDerrick Stolee1-0/+1
2020-04-06revision.c: use Bloom filters to speed up path based revision walksGarima Singh1-0/+20
2020-04-06commit-graph: reuse existing Bloom filters during writeGarima Singh1-1/+48
2020-03-30diff: halt tree-diff early after max_changesDerrick Stolee1-1/+3
2020-03-30bloom.c: core Bloom filter implementation for changed paths.Garima Singh1-0/+97
2020-03-30bloom.c: introduce core Bloom filter constructsGarima Singh1-1/+37
2020-03-30bloom.c: add the murmur3 hash implementationGarima Singh1-0/+73