pub fn should_merge_blocks( block1: &SearchResult, block2: &SearchResult, threshold: usize, ) -> bool
Helper function to determine if two blocks should be merged
block1
block2
threshold
true if blocks should be merged, false otherwise
true
false