Re: Subsets
- Posted by Juergen Luethje <j.lue at gmx.de> Jun 18, 2007
- 568 views
Pete Lomax wrote: > Juergen Luethje wrote: >> >> Pete, >> >> here is the fastest binary solution which I have found so far. >> It is about 20 times slower than the other function (after it has been >> improved according to your suggestion). > This is what I meant, perhaps I sould have called it a boolean array: [code snipped] > Seems about the same 20-fold faster, but uses flags not indexes. Cool. Thanks! Regards, Juergen