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); } [download]
Updated: this code was discovered at August 2007.