Lodash.isEqual vs object-hash vs JSON.stringify: Duplicate data detection for array of objects with nested properties and lots of records - Final (version: 24)
Comparing performance of:Iteration + _.isEqual vs Iteration + JSON.stringify vs Set + objectHash vs Set + JSON.stringify vs Set + JSON.stringify + native SHA