Re: Sorted Hash
- From: "Jürgen Exner" <jurgenex@xxxxxxxxxxx>
- Date: Fri, 30 Nov 2007 02:12:22 GMT
palexvs@xxxxxxxxx wrote:
I filled hash and then printed it (sorted by key):[...]
foreach my $k (sort keys %hs) { print "$k $hs{$k}\n"; }
key - string ([0-9A-F]{72}), 50K records.
How do it more effective?
Your algorithm as posted should be 100% effective or are you observing any
unsorted keys?
jue
.
- References:
- Sorted Hash
- From: palexvs@xxxxxxxxx
- Sorted Hash
- Prev by Date: Re: Sorted Hash
- Next by Date: Re: making the keys of a hash from parameters collected from a form
- Previous by thread: Re: Sorted Hash
- Next by thread: Re: Sorted Hash
- Index(es):