🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.37.0
/
bloom.c
tag
ffaf52ec9d9e1b9b119753559f70b7ae266cfc7a
tagger
Junio C Hamano <gitster@pobox.com>
Mon Jun 27 16:18:15 2022
object
e4a4b31577c7419497ac30cebe30d755b97752c5
Git 2.37
936e588
Merge branch 'ah/plugleaks'
by Junio C Hamano
· 4 years, 7 months ago
b180c68
bloom: clear each bloom_key after use
by Andrzej Hunt
· 4 years, 8 months ago
ca56dad
use CALLOC_ARRAY
by René Scharfe
· 4 years, 9 months ago
b19315d
Use new HASHMAP_INIT macro to simplify hashmap initialization
by Elijah Newren
· 5 years ago
6da1a25
hashmap: provide deallocation function names
by Elijah Newren
· 5 years ago
809e032
builtin/commit-graph.c: introduce '--max-new-filters=<n>'
by Taylor Blau
· 5 years ago
59f0d50
bloom: encode out-of-bounds filters as non-empty
by Taylor Blau
· 5 years ago
b16a827
bloom/diff: properly short-circuit on max_changes
by Derrick Stolee
· 5 years ago
9a7a9ed
bloom: use provided 'struct bloom_filter_settings'
by Taylor Blau
· 5 years ago
312cff5
bloom: split 'get_bloom_filter()' in two
by Taylor Blau
· 5 years ago
4f36440
commit-graph: introduce 'get_bloom_filter_settings()'
by Taylor Blau
· 5 years ago
70cdbbe
Merge branch 'ds/commit-graph-bloom-updates' into master
by Junio C Hamano
· 5 years ago
9491974
bloom: fix logic in get_bloom_filter()
by Derrick Stolee
· 5 years ago
c752ad0
commit-graph: minimize commit_graph_data_slab access
by Abhishek Kumar
· 5 years ago
c49c82a
commit: move members graph_pos, generation to a slab
by Abhishek Kumar
· 5 years ago
c3a0282
Merge branch 'ds/line-log-on-bloom'
by Junio C Hamano
· 6 years ago
4b1e5e5
Merge branch 'ds/bloom-cleanup'
by Junio C Hamano
· 6 years ago
f32dde8
line-log: integrate with changed-path Bloom filters
by Derrick Stolee
· 6 years ago
2f6775f
bloom: use num_changes not nr for limit detection
by Derrick Stolee
· 6 years ago
65c1a28
bloom: de-duplicate directory entries
by Derrick Stolee
· 6 years ago
891c17c
bloom: parse commit before computing filters
by Derrick Stolee
· 6 years ago
066b70a
bloom: fix `make sparse` warning
by Đoàn Trần Công Danh
· 6 years ago
eb591e4
bloom: fix whitespace around tab length
by Derrick Stolee
· 6 years ago
caf388c
bloom: ignore renames when computing changed paths
by Derrick Stolee
· 6 years ago
a56b946
revision.c: use Bloom filters to speed up path based revision walks
by Garima Singh
· 6 years ago
1217c03
commit-graph: reuse existing Bloom filters during write
by Garima Singh
· 6 years ago
e369698
diff: halt tree-diff early after max_changes
by Derrick Stolee
· 6 years ago
ed591fe
bloom.c: core Bloom filter implementation for changed paths.
by Garima Singh
· 6 years ago
f1294ea
bloom.c: introduce core Bloom filter constructs
by Garima Singh
· 6 years ago
f52207a
bloom.c: add the murmur3 hash implementation
by Garima Singh
· 6 years ago