Download the PHP package patchranger/cartesian-iterator without Composer
On this page you can find all versions of the php package patchranger/cartesian-iterator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package cartesian-iterator
cartesian-iterator
Iterator, returning the cartesian product of associative array of iterators. See https://en.wikipedia.org/wiki/Cartesian_product .
Alternative implementations
- https://github.com/phpbench/phpbench/blob/master/lib/Benchmark/CartesianParameterIterator.php : A little bit more messy.
- https://github.com/bpolaszek/cartesian-product : Not so laconic - but covered by tests.
- https://stackoverflow.com/a/15973172 : Pretty simple though no iterator, plain array-stuff.
Benchmark
https://github.com/PatchRanger/php-cartesian-benchmark
Quickstart
Result:
All versions of cartesian-iterator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package patchranger/cartesian-iterator contains the following files
Loading the files please wait ....