Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Why is Windows 100 times slower than Linux when growing a large scalar?

by explorer (Chaplain)
on Nov 30, 2009 at 22:51 UTC ( [id://810278]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://810278]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-25 19:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found