Files
releases/compile
Torin Sandall f16763863e compile: Improve performance of merge operation during optimization
The merge implementation contained an unnecessary product on
source/dest rules that blew up runtime when processing PE results (in
one case, there were 150M pairs to check.) This change just refactors
the implementation to keep track of virtual document prefixes. Since
the set of virtual document prefixes is much smaller than the set of
rules, this should be good enough.

Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2020-06-03 15:37:06 -04:00
..