Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ds/line-log-on-bloom' | Junio C Hamano | 2020-06-08 | 1 | -0/+1 |
|\ | |||||
| * | line-log: integrate with changed-path Bloom filters | Derrick Stolee | 2020-05-11 | 1 | -0/+1 |
* | | Merge branch 'ds/bloom-cleanup' | Junio C Hamano | 2020-05-14 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | bloom: fix whitespace around tab length | Derrick Stolee | 2020-05-01 | 1 | -2/+2 |
* | | bloom: fix `make sparse` warning | Đoàn Trần Công Danh | 2020-05-07 | 1 | -1/+1 |
|/ | |||||
* | 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 |