nzo-heschel/MillionSuns

optimize strategy

Opened this issue · 0 comments

The strategy, which is where the code runs most of the time, is pretty slow. An easy way to optimize would probably be to switch to Cython, as profiling indicates that most of the time is spent running Python code.