index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bloom.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-1
/
+1
2020-11-11
Use new HASHMAP_INIT macro to simplify hashmap initialization
Elijah Newren
1
-2
/
+1
2020-11-02
hashmap: provide deallocation function names
Elijah Newren
1
-1
/
+1
2020-09-18
builtin/commit-graph.c: introduce '--max-new-filters=<n>'
Taylor Blau
1
-4
/
+3
2020-09-17
bloom: encode out-of-bounds filters as non-empty
Taylor Blau
1
-2
/
+14
2020-09-17
bloom/diff: properly short-circuit on max_changes
Derrick Stolee
1
-1
/
+8
2020-09-17
bloom: use provided 'struct bloom_filter_settings'
Taylor Blau
1
-7
/
+6
2020-09-17
bloom: split 'get_bloom_filter()' in two
Taylor Blau
1
-3
/
+13
2020-09-09
commit-graph: introduce 'get_bloom_filter_settings()'
Taylor Blau
1
-3
/
+3
2020-07-30
Merge branch 'ds/commit-graph-bloom-updates' into master
Junio C Hamano
1
-8
/
+6
2020-07-01
bloom: fix logic in get_bloom_filter()
Derrick Stolee
1
-8
/
+6
2020-06-17
commit-graph: minimize commit_graph_data_slab access
Abhishek Kumar
1
-2
/
+3
2020-06-17
commit: move members graph_pos, generation to a slab
Abhishek Kumar
1
-3
/
+3
2020-06-08
Merge branch 'ds/line-log-on-bloom'
Junio C Hamano
1
-0
/
+5
2020-05-14
Merge branch 'ds/bloom-cleanup'
Junio C Hamano
1
-18
/
+38
2020-05-11
line-log: integrate with changed-path Bloom filters
Derrick Stolee
1
-0
/
+5
2020-05-11
bloom: use num_changes not nr for limit detection
Derrick Stolee
1
-1
/
+1
2020-05-11
bloom: de-duplicate directory entries
Derrick Stolee
1
-9
/
+26
2020-05-11
bloom: parse commit before computing filters
Derrick Stolee
1
-0
/
+3
2020-05-07
bloom: fix `make sparse` warning
Đoàn Trần Công Danh
1
-2
/
+2
2020-05-01
bloom: fix whitespace around tab length
Derrick Stolee
1
-8
/
+8
2020-04-09
bloom: ignore renames when computing changed paths
Derrick Stolee
1
-0
/
+1
2020-04-06
revision.c: use Bloom filters to speed up path based revision walks
Garima Singh
1
-0
/
+20
2020-04-06
commit-graph: reuse existing Bloom filters during write
Garima Singh
1
-1
/
+48
2020-03-30
diff: halt tree-diff early after max_changes
Derrick Stolee
1
-1
/
+3
2020-03-30
bloom.c: core Bloom filter implementation for changed paths.
Garima Singh
1
-0
/
+97
2020-03-30
bloom.c: introduce core Bloom filter constructs
Garima Singh
1
-1
/
+37
2020-03-30
bloom.c: add the murmur3 hash implementation
Garima Singh
1
-0
/
+73