Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^3: Perl threading stability?

by dave_the_m (Monsignor)
on Jul 26, 2005 at 23:00 UTC ( [id://478398]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Perl threading stability?
in thread Perl threading stability?

I knocked up this random meaningless benchmark script:
my $t; for my $i (1..10_000_000) { if ($i % 3) { $t += $i; } }
and ran it a few times on a threaded and non-threaded perl build (a recent bleedperl) and got average timings of 4.46s and 4.99s, so about 10% slower.

Dave.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-23 06:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found