Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.8.0
-
None
-
Reviewed
Description
20% of the time in AbstractCSQueue#canAssignToThisQueue is spent performing two duplications a treemap of child queues into a list - once to test for null, second to see if it's empty. Eliminating the dups reduces the overhead to 2%.