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 | 7751.4 Ops/sec |
new Set() Destructuring | 7328.7 Ops/sec |
uniq for loop | 29507.6 Ops/sec |
uniq by forEach | 522.7 Ops/sec |
uniq by filter | 284.2 Ops/sec |