> hence since we are playing the
> 
>       @hash{@keys_oh_hash};
> 
> game we don't want to get that confused with the "->" component....
> 
> 
>http://www.wetware.com/drieux/CS/lang/Perl/Beginners/BenchMarks/complexArrayHash_v_loop.
> txt
> 
> for the details on the comparison....
> 
> looks like the double loop is faster.... but it may not be
> in some other configuration of data...

The dereference is probably wasting cycles, why not bring that outside the loop and 
save some
time.  I suspect that puts the double loop even further ahead.

Jonathan Paton



__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to