Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: elsif chain vs. dispatch

by almut (Canon)
on Apr 27, 2009 at 02:53 UTC ( [id://760242]=note: print w/replies, xml ) Need Help??


in reply to Re^2: elsif chain vs. dispatch
in thread elsif chain vs. dispatch

I had tried that.  And had first made the same mistake (and thus got a speed boost of around 800% :) —> the $$_[0] would need to be ${$_[0]}. With that fixed, there's virtually no difference...   In other words, the string isn't copied, even without using references ($_[0] is an alias).

Replies are listed 'Best First'.
Re^4: elsif chain vs. dispatch
by ruzam (Curate) on Apr 27, 2009 at 03:39 UTC
    Interesting. Now I've got some code to review that may stand for another tweak or two :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-24 09:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found