Re: new: math/p5-Algorithm-Combinatorics

2012-04-06 Thread Stuart Henderson
This need SHARED_ONLY=Yes and remove + regenerate the plist.

On 2012/04/05 22:24, Jim Razmus wrote:
 Algorithm::Combinatorics is an efficient generator of combinatorial
 sequences.
 
 Tested on i386 and amd64.
 
 ok to commit?
 
 jim@




Re: new: math/p5-Algorithm-Combinatorics

2012-04-06 Thread Marc Espie
On Thu, Apr 05, 2012 at 10:24:01PM -0500, Jim Razmus wrote:
 Algorithm::Combinatorics is an efficient generator of combinatorial
 sequences.

Half lives up to its claims. It's reasonably efficient considering what
it computes, but it's definitely as useful and fast as could be.

(hint: generating permutations in order is not THAT useful and very much
slower than generating them out of order...)

 Tested on i386 and amd64.
 
 ok to commit?

Apart from that, it seems to work fine within its limited range of
applications.