-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
None
Non-public List<Node> lookupAll(Selector selector, List<Node> results); method is using (Linked)List the contents of which is later put into a Set.
This should probably be optimized to use the (Hash)Set.
This should probably be optimized to use the (Hash)Set.