Test case name | Result |
---|---|
Lodash prop | |
Lodash arrow function | |
Lodash Object | |
Array filter | |
Arrray prototype filter | |
Ramda filter | |
Array prototype filter with thisArg |
Test name | Executions per second |
---|---|
Lodash prop | 24227.9 Ops/sec |
Lodash arrow function | 74317.1 Ops/sec |
Lodash Object | 63380.4 Ops/sec |
Array filter | 335214.8 Ops/sec |
Arrray prototype filter | 63369.1 Ops/sec |
Ramda filter | 91033.3 Ops/sec |
Array prototype filter with thisArg | 349382.1 Ops/sec |