27 Commits (2638e33c825eb56260ad53be6b45bf31c1897ce9)

Author SHA1 Message Date
Elijah Newren b19315d8ab Use new HASHMAP_INIT macro to simplify hashmap initialization 4 years ago
Elijah Newren 6da1a25814 hashmap: provide deallocation function names 4 years ago
Taylor Blau 809e0327f5 builtin/commit-graph.c: introduce '--max-new-filters=<n>' 4 years ago
Taylor Blau 59f0d5073f bloom: encode out-of-bounds filters as non-empty 4 years ago
Derrick Stolee b16a827764 bloom/diff: properly short-circuit on max_changes 4 years ago
Taylor Blau 9a7a9ed10d bloom: use provided 'struct bloom_filter_settings' 4 years ago
Taylor Blau 312cff5207 bloom: split 'get_bloom_filter()' in two 4 years ago
Taylor Blau 4f3644056a commit-graph: introduce 'get_bloom_filter_settings()' 4 years ago
Derrick Stolee 949197420e bloom: fix logic in get_bloom_filter() 5 years ago
Abhishek Kumar c752ad09c4 commit-graph: minimize commit_graph_data_slab access 5 years ago
Abhishek Kumar c49c82aa4c commit: move members graph_pos, generation to a slab 5 years ago
Derrick Stolee f32dde8c12 line-log: integrate with changed-path Bloom filters 5 years ago
Derrick Stolee 2f6775f00c bloom: use num_changes not nr for limit detection 5 years ago
Derrick Stolee 65c1a28bb6 bloom: de-duplicate directory entries 5 years ago
Derrick Stolee 891c17c954 bloom: parse commit before computing filters 5 years ago
Đoàn Trần Công Danh 066b70ae97 bloom: fix `make sparse` warning 5 years ago
Derrick Stolee eb591e42fd bloom: fix whitespace around tab length 5 years ago
Derrick Stolee caf388caa1 bloom: ignore renames when computing changed paths 5 years ago
Garima Singh a56b9464cd revision.c: use Bloom filters to speed up path based revision walks 5 years ago
Garima Singh 1217c03e7b commit-graph: reuse existing Bloom filters during write 5 years ago
Derrick Stolee e369698016 diff: halt tree-diff early after max_changes 5 years ago
Garima Singh ed591febb4 bloom.c: core Bloom filter implementation for changed paths. 5 years ago
Garima Singh f1294eaf7f bloom.c: introduce core Bloom filter constructs 5 years ago
Garima Singh f52207a45c bloom.c: add the murmur3 hash implementation 5 years ago