However, the Generators implementation is too reliant on O(n) operations. In order to make it more efficient, those should be replaced with O(log n) data structures (and C++). This would allow increasing the number of generators even more without incurring a performance penalty.
Increased max number of generators to 512
However, the Generators implementation is too reliant on O(n) operations.
In order to make it more efficient, those should be replaced with O(log n)
data structures (and C++). This would allow increasing the number
of generators even more without incurring a performance penalty.