Skip to content

Use replace SplitN() with more efficient Cut() funcs

Mikhail Mazurskiy requested to merge ash2k/split-to-cut into master

Cut() doesn't need to allocate a slice to hold results. This reverts !678 (merged).

Merge request reports