Test case name | Result |
---|---|
Iteration + _.isEqual | |
Iteration + JSON.stringify | |
Set + objectHash | |
Set + JSON.stringify | |
Set + JSON.stringify + native SHA |
Test name | Executions per second |
---|---|
Iteration + _.isEqual | 53.6 Ops/sec |
Iteration + JSON.stringify | 0.2 Ops/sec |
Set + objectHash | 39.7 Ops/sec |
Set + JSON.stringify | 144.0 Ops/sec |
Set + JSON.stringify + native SHA | 2751.0 Ops/sec |