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