Project

General

Profile

« Previous | Next » 

Revision 597b2811

Added by skyjake over 12 years ago

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.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences