Quote:
Well, hash tables can easily be sorted, but it requires writing it to a file first.


Bit of nitpicking, but when you write the file, and sort the file, you are not sorting the hash table. You're simply sorting the file which holds the information from the hash table. Your hash table is unchanged. Hash tables by nature aren't supposed to be sorted, that would defeat their purpose.

I know you meant it differently, but I have seen many people state they sort a hash table (fex with /filter) which is simply a silly thing to say.


Gone.