cartesian-product icon indicating copy to clipboard operation
cartesian-product copied to clipboard

Compute the cartesian product of an array.

Results 3 cartesian-product issues
Sort by recently updated
recently updated
newest added

Hi, Your package is my "go to" for computing the cartesian product of array values. Over the last few months I've found a repeated use-case for computing the cartesian product...

I am developing a similar library called [`fast-cartesian`](https://github.com/ehmicky/fast-cartesian) and would like to know whether this library is maintained, so I know whether to add link to it or not. Thanks!

Tested this and it works well in TypeScript project