http://www.perlmonks.org?node_id=587138


in reply to Re^3: When should I use a dispatch table?
in thread When should I use a dispatch table?

Yes, my version requires that there is a default (I hadn't examined the full version of your code closely as to whether or not it required a default), and although I know exists is more efficient than fetching the value unconditionally, overall efficiency depends on what the common case is. If most of the time you are fetching an existing value, then you may as well fetch it instead of testing for existence and then fetching it anyway. Your version always tests for existence then fetches one value or the other.

Also, I agree w/chromatic's rant below, and the usual rant about premature optimization also applies (though I realize benchmarking this sort of thing can sometimes be a fun way to pass the time). :-)

Server Error (Error ID 3917707c2132009)

An error has occurred. The site administrators have been notified of the problem and will likely soon fix it. We thank you, for you're patients.