Skip to content
Commit 6a74ae01 authored by Benjamin Bentmann's avatar Benjamin Bentmann
Browse files

Bug 394955 - DefaultDependencyCollector generates a very large graph which...

Bug 394955 - DefaultDependencyCollector generates a very large graph which makes NearestVersionConflictResolver terribly slow

Avoided collecting dependencies for nodes which have an ancestor with the same conflict id, such nodes can never survive conflict resolution regardless of the employed strategy so are nothing but a waste of space and more importantly processing time
parent 4a6a98cb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment