Test case name | Result |
---|---|
Lodash uniqBy | |
new Set() Destructuring | |
uniq for loop | |
uniq by forEach | |
uniq by filter |
Test name | Executions per second |
---|---|
Lodash uniqBy | 3987.8 Ops/sec |
new Set() Destructuring | 2282.9 Ops/sec |
uniq for loop | 965.8 Ops/sec |
uniq by forEach | 827.3 Ops/sec |
uniq by filter | 520.9 Ops/sec |