how4rd/meshflow

Are there any good ideas for speeding up

Opened this issue · 1 comments

Are there any good ideas for speeding up

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.