You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into a situation where some times an optimization can take a very long time (in the order of minutes) and because this call does not release the GIL it starves out some background threads meant for telemetry.
The text was updated successfully, but these errors were encountered:
Wondering if there any reason to retain the GIL in this function?
g2o/python/core/py_sparse_optimizer.cpp
Line 47 in e8d3ccf
I'm running into a situation where some times an optimization can take a very long time (in the order of minutes) and because this call does not release the GIL it starves out some background threads meant for telemetry.
The text was updated successfully, but these errors were encountered: