I was wondering if anyone had any insight on an elegant way to get rid of dupes from from an array of hashes. I have an array containing more than 4000 hashes each containing about 60 key-value pairs and I want a list of unique hashes from the original array. Is there a way to do this without creating a triple loop to look for dupes and in a reasonable amount of time?
Thanks for everyone's help in advance. I am really stuck on this.
--Brandon Lerner