Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to Using fastrlock #82

Open
insertinterestingnamehere opened this issue May 13, 2021 · 0 comments
Open

Switch to Using fastrlock #82

insertinterestingnamehere opened this issue May 13, 2021 · 0 comments
Labels
VECs Related to Virtual Execution Contexts

Comments

@insertinterestingnamehere
Copy link
Member

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.

@wlruys wlruys added the VECs Related to Virtual Execution Contexts label Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
VECs Related to Virtual Execution Contexts
Projects
None yet
Development

No branches or pull requests

2 participants