[FFmpeg-devel] [PATCH v3 0/2] bloom: enable bloom filter optimization for multiple pathspec elements in revision traversal
Lidong Yan
yldhome2d2 at gmail.com
Sat Jun 28 07:19:19 EEST 2025
This series enables bloom filter optimization for multiple pathspec
elements. Compared to v2, v3 fixed bugs in forbid_bloom_filter() and
add one more test case in t/t4216-log-bloom.sh.
Lidong Yan (2):
bloom: replace struct bloom_key * with struct bloom_keyvec
bloom: optimize multiple pathspec items in revision traversal
bloom.c | 31 +++++++++++
bloom.h | 20 +++++++
revision.c | 126 ++++++++++++++++++++++++-------------------
revision.h | 6 +--
t/t4216-log-bloom.sh | 23 ++++----
5 files changed, 139 insertions(+), 67 deletions(-)
--
2.50.0.108.g6ae0c543ae
More information about the ffmpeg-devel
mailing list