Switch to Using fastrlock
insertinterestingnamehere opened this issue · 0 comments
insertinterestingnamehere commented
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.