-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Not fast? #2
Comments
Interesting. I hadn't run benchmarks in a while. Looks like |
Thank you! |
Additional comments: In the case of cython with FastRLock C API, fastrlock was pretty faster than |
Thanks for reporting back! |
I wrote benchmark scripts as follows to compare:
lock_bench.py
fastrlock_bench.py
I obtained following results which show fastrlock is not fast.
My python and cython version is as follows:
Could you tell me if I am doing something wrong?
The text was updated successfully, but these errors were encountered: