Test case name | Result |
---|---|
unique by map, extract with deconstruct | |
obj UniqueBy, extract with for...in loop | |
obj UniqueBy, extract with Object.values() | |
unique by map, extract with ArrayFrom |
Test name | Executions per second |
---|---|
unique by map, extract with deconstruct | 4199.2 Ops/sec |
obj UniqueBy, extract with for...in loop | 461.1 Ops/sec |
obj UniqueBy, extract with Object.values() | 477.9 Ops/sec |
unique by map, extract with ArrayFrom | 3352.9 Ops/sec |