Lodash intersection vs Javascript Array intersection vs Native Set intersection| Test case name | Result |
|---|---|
| Lodash intersection | |
| Javascript Array intersection | |
| Native Set intersection |
| Test name | Executions per second |
|---|---|
| ✓ Native Set intersection | 6,255,160 Ops/sec |
| Javascript Array intersection | 790,458 Ops/sec |
| Lodash intersection | 454,897 Ops/sec |