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
Currently the VEC import override uses threading.rlock. We should switch this to use fastrlock (https://pypi.org/project/fastrlock/). It's much better optimized for the low-contention case.
The text was updated successfully, but these errors were encountered:
Currently the VEC import override uses threading.rlock. We should switch this to use
fastrlock
(https://pypi.org/project/fastrlock/). It's much better optimized for the low-contention case.The text was updated successfully, but these errors were encountered: