SINTEF / Geomaker

4 stars 4 forks source link

2D triangular mesh generator does not release the GIL #16

Closed TheBB closed 4 years ago

TheBB commented 4 years ago

It runs in a separate thread already, but fails to release the GIL so the program appears frozen anyway.

Perhaps find a good mesh generator library written in C that we can call with ctypes, which does release the GIL.