CMD + K

fastrlock

Community

This is a C-level implementation of a fast, re-entrant, optimistic lock for CPython

Installation

To install this package, run one of the following:

Conda
$conda install npbool::fastrlock

Usage Tracking

0.3
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

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

linux-64