On May 22, Zhenhai Duan said:
I am wondering if the performance (time efficiency) of hash of hash is bad. I
has this impression from the code I developed. Basically my structure needs to
hold the members of different groups. I have different choices:
hash of hash
$groups{$g1}{$member1} = 1;
but this one is really slow from what i see.
How have you seen this to be slow?
--
Jeff "japhy" Pinyan % How can we ever be the sold short or
RPI Acacia Brother #734 % the cheated, we who for every service
http://japhy.perlmonk.org/ % have long ago been overpaid?
http://www.perlmonks.org/ % -- Meister Eckhart
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>