in reply to Re: Improving the efficiency of code when processed against large amount of data
in thread Improving the efficiency of code when processed against large amount of data

Only while loops avoid slurping though! for loops slurp.

  • Comment on Re^2: Improving the efficiency of code when processed against large amount of data