Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
interval_set: optimize intersect_of for identical spans
Optimize comparisons for identical spans of intervals. When this patch is combined with the previous map insert optimization, a benchmark using 400000 identical intervals shows a 7 times performance improvement in comparison to without the patches. Signed-off-by: Zac Medico <[email protected]>
- Loading branch information