in reply to Re: Suggestions for optimizing this code...
in thread Suggestions for optimizing this code...

In tests (on Perl on XP) splitting on "(?=\n)" is far far slower than a regular split on just "\n"...
  • Comment on Re^2: Suggestions for optimizing this code...