Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: Variable number of foreach loops (improving performance)

by tobyink (Canon)
on Dec 11, 2013 at 11:47 UTC ( [id://1066608]=note: print w/replies, xml ) Need Help??


in reply to Re: Variable number of foreach loops (improving performance)
in thread Variable number of foreach loops

You'll gain a lot more speed rewriting it in XS and using the multicall interface to call $code.

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-03-19 07:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found