| Test case name | Result |
|---|---|
| npm:fast-cartesian | |
| native .reduce() with flatmap, concat | |
| native .reduce() with map, spread | |
| cartesian from https://stackoverflow.com/a/43053803 |
| Test name | Executions per second |
|---|---|
| npm:fast-cartesian | 1118.0 Ops/sec |
| native .reduce() with flatmap, concat | 1603977.5 Ops/sec |
| native .reduce() with map, spread | 2631697.8 Ops/sec |
| cartesian from https://stackoverflow.com/a/43053803 | 1009096512.0 Ops/sec |