Test case name | Result |
---|---|
Lodash _.intersection() | |
Custom optimized function 1 (Best for arbitrary numbers) | |
Custom optimized function 2 | |
Custom optimized function 3 (Best for reasonable max) |
Test name | Executions per second |
---|---|
Lodash _.intersection() | 5890.0 Ops/sec |
Custom optimized function 1 (Best for arbitrary numbers) | 7608.4 Ops/sec |
Custom optimized function 2 | 3743.6 Ops/sec |
Custom optimized function 3 (Best for reasonable max) | 45753.2 Ops/sec |