in reply to Eliminate exact duplicates from array of hashes
Thank you for the feedback (and for confirming there is not a standard/build-in solution to do this). My @test_data should contain only hashes as in my example (and probably with a bit of cleaning in the pre-process) always with the two (identical) keys. The values of the hashes should any digit/literal (words and so on), possibly containing also characters such as ,|'". (unicode strings). The size of @test_data can be big (100.000 hashes), but performance (time) is not an issue in this context.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Eliminate exact duplicates from array of hashes
by huck (Prior) on Oct 09, 2019 at 18:44 UTC |