ut-parla/Parla.py

Switch to Using fastrlock

insertinterestingnamehere opened this issue · 0 comments

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.