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() | 11573.1 Ops/sec |
Custom optimized function 1 (Best for arbitrary numbers) | 15326.1 Ops/sec |
Custom optimized function 2 | 6522.7 Ops/sec |
Custom optimized function 3 (Best for reasonable max) | 91182.9 Ops/sec |