rust/compiler/rustc_index
Mark Rousskov 1696148a89 Merge into larger interval set
This reduces the work done while merging rows. In at least one case
(issue 50450), we have thousands of union([range], [20,000 ranges]),
which previously inserted each of the 20,000 ranges one by one. Now we
only insert one range into the right hand set after copying the set
over.
2024-01-16 10:21:55 -05:00
..
2024-01-16 10:21:55 -05:00
2023-11-18 00:20:00 +00:00