-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
None
-
b133
Collectors.toSet() combine step may perform faster if we check the set sizes and always add the smaller set into the larger. The element order is insignificant here as HashSet is used and collector is declared as UNORDERED.