Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-04-09 | bloom: ignore renames when computing changed paths | Derrick Stolee | 1 | -0/+1 |
2020-04-06 | revision.c: use Bloom filters to speed up path based revision walks | Garima Singh | 1 | -0/+20 |
2020-04-06 | commit-graph: reuse existing Bloom filters during write | Garima Singh | 1 | -1/+48 |
2020-03-30 | diff: halt tree-diff early after max_changes | Derrick Stolee | 1 | -1/+3 |
2020-03-30 | bloom.c: core Bloom filter implementation for changed paths. | Garima Singh | 1 | -0/+97 |
2020-03-30 | bloom.c: introduce core Bloom filter constructs | Garima Singh | 1 | -1/+37 |
2020-03-30 | bloom.c: add the murmur3 hash implementation | Garima Singh | 1 | -0/+73 |