http://www.perlmonks.org?node_id=680902


in reply to Re: Fastest way to do permutations with replacement
in thread Fastest way to do permutations with replacement

Thanks Monks for the replies. Algorithm::Combinatorics appears to do this with:

variations_with_repetition(\@data, $k)

which is probably the correct name for it.

As far as a brute force cracker goes, the question then might be: is it more efficient to use Alorithm::Combinatronics in XScode and no threading, or divide the namespace into slabs for each thread of an Algorithm::Loop threaded implementation.

  • Comment on Re^2: Fastest way to do permutations with replacement

Replies are listed 'Best First'.
Re^3: Fastest way to do permutations with replacement
by wdef2 (Acolyte) on Apr 16, 2008 at 21:17 UTC
    Those who wish to peruse or berate my humble code as fumbling heresy may find it here:

    http://damnsmalllinux.org/cgi-bin/forums/ikonboard.cgi?act=ST&f=23&t=19676&st=60&&#entry101014

    But please send me for flagellation back here and not there, since I am the only candidate for entry to the Perlmonks novitiate in that spartan flock, almost none of whom seem to speak any of the Prophet Larry's programming language.