Skip to content
Prev 163760 / 398506 Next

Strplit code

Gabor Grothendieck wrote:
this is a feature, i guess.

another issue is that the recursive calls receive substrings as
arguments, which means copying the whole remaining content, and the
copies would not be deallocated until after the recursive calls return,
am i right?

vQ