fastrlock
This is a C-level implementation of a fast, re-entrant, optimistic lock for CPython
This is a C-level implementation of a fast, re-entrant, optimistic lock for CPython
To install this package, run one of the following:
This is a C-level implementation of a fast, re-entrant, optimistic lock for CPython. It is a drop-in replacement for threading.RLock. FastRLock is implemented in Cython and also provides a C-API for direct use from Cython code via from fastrlock cimport rlock.
Summary
This is a C-level implementation of a fast, re-entrant, optimistic lock for CPython
Last Updated
Dec 27, 2017 at 12:14
License
Apache 2.0
Supported Platforms
GitHub Repository
https://github.com/scoder/fastrlockDocumentation
https://github.com/scoder/fastrlock