Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | line-log: integrate with changed-path Bloom filters | Derrick Stolee | 2020-05-11 | 1 | -0/+1 |
* | bloom: fix whitespace around tab length | Derrick Stolee | 2020-05-01 | 1 | -2/+2 |
* | revision.c: use Bloom filters to speed up path based revision walks | Garima Singh | 2020-04-06 | 1 | -0/+4 |
* | commit-graph: reuse existing Bloom filters during write | Garima Singh | 2020-04-06 | 1 | -1/+3 |
* | bloom.c: core Bloom filter implementation for changed paths. | Garima Singh | 2020-03-30 | 1 | -0/+8 |
* | bloom.c: introduce core Bloom filter constructs | Garima Singh | 2020-03-30 | 1 | -0/+63 |
* | bloom.c: add the murmur3 hash implementation | Garima Singh | 2020-03-30 | 1 | -0/+13 |