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 | 4063.3 Ops/sec |
new Set() Destructuring | 2224.9 Ops/sec |
uniq for loop | 13823.5 Ops/sec |
uniq by forEach | 860.1 Ops/sec |
uniq by filter | 505.2 Ops/sec |