This is an archived low-energy page for bots and other anonmyous visitors.
Please sign up if you are a human and want to interact.
in reply to Re: More Sorted Business with Hashes in thread More Sorted Business with Hashes
Having not used the various modules mentioned in the thread, I'm not sure about relative overhead, but...
Using the method above to get an array of sorted keys, how about passing a hash slice, rather than your original hash to wherever you're trying to use the "ordered hash"? I.e.
@hash{@keysByValue}
rather than just
%hash
?
Slices are fun! :-)
|