Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
9.0.0
-
None
Description
Strings.split is another frequently called method that can easily be improved.
It is fairly optimal when the target string contains the separator char 2+ times, but can be optimized for the 0 and 1 cases.