Algorithm::Combinatorics is an efficient generator of combinatorial
sequences, where efficient means:

    * Speed: The core loops are written in C.
    * Memory: No recursion and no stacks are used.

Tuples are generated in lexicographic order.
