We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b193efe commit 50d9b69Copy full SHA for 50d9b69
README.rst
@@ -4,7 +4,7 @@ FastRLock
4
This is a C-level implementation of a fast, re-entrant, optimistic lock for CPython.
5
It is a drop-in replacement for
6
`threading.RLock <https://docs.python.org/3/library/threading.html#threading.RLock>`_.
7
-FastRLock is implemented in `Cython <http://cython.org>`_ and also provides a C-API
+FastRLock is implemented in `Cython <https://cython.org>`_ and also provides a C-API
8
for direct use from Cython code via ``from fastrlock cimport rlock``.
9
10
Under normal conditions, it is about 10x faster than threading.RLock in Python 2.7
0 commit comments