npm:fast-cartesian product vs native .reduce() vs cartesian from https://stackoverflow.com/a/43053803 (version: 1)
Benchmark.js
Comparing performance of:npm:fast-cartesian vs native .reduce() with flatmap, concat vs native .reduce() with map, spread vs cartesian from https://stackoverflow.com/a/43053803