From: Trans Date: 2007-02-01T00:03:45+09:00 Subject: Re: cartesian product of arrays On Jan 31, 6:25 am, "Trans" wrote: > On Jan 30, 11:07 am, "diam" wrote: > > > > understood. actually i have a VERY fast implementation already that > > > was written by Michael Neuman. to be so fast it's very ugly though :-) > > > want to see? > > > Yes please, > > The API and the efficiency are both important for a potential standard > > library, > > (so the name should be carefully choosen !) > > -- Maurice > > Here ya go.... Err... fix the alias bug though (damn no-comma gets me every time!), and the last def should be using the full name, ie. "def cartesian_product". T.