in reply to Re: Re: Hash of Arrays - Sort over all array entries
in thread Hash of Arrays - Sort over all array entries

<bq> This method reduces the number of times through loops from 4 in my case, to 2(?). </bq>

Actually, I count 5 loops: keys, map, map, sort, for.

Abigail

  • Comment on Re: Hash of Arrays - Sort over all array entries