Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Optimization: use
Math::Prime::Util::forsetproduct
in Array `cart…
…esian` when no block is given. Example: say cartesian([[1,2], [3,4,5,6]]) Now uses `Math::Prime::Util::forsetproduct()` when `Math::Prime::Util` is available, which is considerably faster than Algorithm::Loops.
- Loading branch information