in reply to Re: perl process slower and slower when loop number increase
in thread perl process slower and slower when loop number increase

wow, thx, after looking your graph, it is more clear,

after 1x10e6, perl loop (and others) start slowing down, but not as extreme as perl and ruby

in my plot, php (v7.1) start slowing down after 1x10e7

it is already close (i guest), so the question is, what is 1x10e6 (1MB) number is ? buffer? cache? or what ? and maybe, is there a way we can increase this limit ?

  • Comment on Re^2: perl process slower and slower when loop number increase