Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

(zdog) RE: (2) The Best Infinite Loop

by zdog (Priest)
on Oct 18, 2000 at 01:51 UTC ( [id://37238]=note: print w/replies, xml ) Need Help??


in reply to RE: The Best Infinite Loop
in thread The Best Infinite Loop

I never realized that while() could be used as an infinite loop, so I went and benchmarked it up against for (;;) and I got these results:
Benchmark: timing 20000 iterations of for, while()... for: 45 wallclock secs (43.95 usr + 0.00 sys = 43.95 CPU) @ 45 +5.06/s (n=20000) while(): 43 wallclock secs (43.28 usr + 0.00 sys = 43.28 CPU) @ 46 +2.11/s (n=20000)

Note: Do not be alarmed if it took longer this time than in the above post, I did it on a slower computer.

Sooo..., I guess you were right!!

Zenon Zabinski | zdog | zdog7@hotmail.com

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-23 07:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found