2805371bdc
Optimize single delimiter split when no matches is found: Return listOf() of single element instead of adding 'this' to result because underlying array in ArrayList is created lazily and by default its size is 16. Pre-size resulting list in split when limit is known.