Open cyphersnake opened 3 months ago
We use itertools::tree_reduce to optimize, as described in the protogalaxy paper, the counting of F & G
itertools::tree_reduce
F
G
This algorithm can be paralleled , and we can do so in a generalized way
And we can make the `try_tree_reduce' method to stop after the first error occurs
We use
itertools::tree_reduce
to optimize, as described in the protogalaxy paper, the counting ofF
&G
This algorithm can be paralleled , and we can do so in a generalized way