index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bloom.h
Age
Commit message (
Expand
)
Author
2025-07-14
bloom: replace struct bloom_key * with struct bloom_keyvec
Lidong Yan
2025-07-14
bloom: rename function operates on bloom_key
Lidong Yan
2025-07-14
bloom: add test helper to return murmur3 hash
Lidong Yan
2024-09-23
Merge branch 'ak/typofixes'
Junio C Hamano
2024-09-16
bloom: fix a typo
Andrew Kreimer
2024-06-25
bloom: introduce `deinit_bloom_filters()`
Taylor Blau
2024-06-25
commit-graph: reuse existing Bloom filters where possible
Taylor Blau
2024-06-25
commit-graph: new Bloom filter version that fixes murmur3
Taylor Blau
2024-06-25
bloom: prepare to discard incompatible Bloom filters
Taylor Blau
2024-06-25
bloom: annotate filters with hash version
Taylor Blau
2024-06-25
bloom.h: make `load_bloom_filter_from_graph()` public
Taylor Blau
2020-09-17
bloom: encode out-of-bounds filters as non-empty
Taylor Blau
2020-09-17
bloom: use provided 'struct bloom_filter_settings'
Taylor Blau
2020-09-17
bloom: split 'get_bloom_filter()' in two
Taylor Blau
2020-09-17
commit-graph.c: store maximum changed paths
Taylor Blau
2020-06-08
Merge branch 'ds/line-log-on-bloom'
Junio C Hamano
2020-05-14
Merge branch 'ds/bloom-cleanup'
Junio C Hamano
2020-05-11
line-log: integrate with changed-path Bloom filters
Derrick Stolee
2020-05-07
bloom: fix `make sparse` warning
Đoàn Trần Công Danh
2020-05-01
bloom: fix whitespace around tab length
Derrick Stolee
2020-04-06
revision.c: use Bloom filters to speed up path based revision walks
Garima Singh
2020-04-06
commit-graph: reuse existing Bloom filters during write
Garima Singh
2020-03-30
bloom.c: core Bloom filter implementation for changed paths.
Garima Singh
2020-03-30
bloom.c: introduce core Bloom filter constructs
Garima Singh
2020-03-30
bloom.c: add the murmur3 hash implementation
Garima Singh