Open fkjkey opened 4 months ago
The code uses a bunch of Python for loops. Replacing those loops with numpy vectorized operations, or reimplementing the whole thing in a compiled language, would make the algorithm a lot faster.
The code uses a bunch of Python for loops. Replacing those loops with numpy vectorized operations, or reimplementing the whole thing in a compiled language, would make the algorithm a lot faster.