in reply to Re: What is the most efficient way to split a long string (see body for details/constraints)?
in thread What is the most efficient way to split a long string (see body for details/constraints)?

If this in fact prevents a list temporary object from being created (i.e., slices in-place), it is an interesting approach I will consider...
  • Comment on Re^2: What is the most efficient way to split a long string (see body for details/constraints)?