http://qs321.pair.com?node_id=810278


in reply to Why is Windows 100 times slower than Linux when growing a large scalar?

Other example:

for ( 1 .. 100_000 ) { $x .= ('x' x 1_000); }
Linux: 0.4 seconds. Windows: 20 minutes.

Updated: this code was discovered at August 2007.

  • Comment on Re: Why is Windows 100 times slower than Linux when growing a large scalar?
  • Download Code