in reply to Re^4: What are the other option for sorting the keys of hash of hashes
in thread What are the other option for sorting the keys of hash of hashes

then, read the paper A Fresh Look at Efficient Perl Sorting by Uri Guttman and Larry Rosler, for an explanation of advanced sorting techniques in Perl.

Also, take a look at the Perl modules Sort::Maker (implements most of the methods described in the paper) and Sort::Key (probably the fastest).

  • Comment on Re^5: What are the other option for sorting the keys of hash of hashes