You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've checked the documentation and have not found what I'm looking for
I've checked existing issues for similar questions
Question
I was wondering if any benchmarking has been done on GIL-less python (ie, the free threading build of python 3.13). Given that this library is in pure python and supports 3.13, I would assume that this would have a significant impact. However, I haven't seen any concrete figures on the performance impact for this library.
The text was updated successfully, but these errors were encountered:
This is for sure an area of interest for me -- I'd especially like to see to what extent standard threading can improve the parallelization of CPU-bound work; this is in theory a pretty significant performance gain over relying on Python's multiprocessing. Just need to find some time to play around with it.
Of course, if anyone is interested in investigating, their efforts would be appreciated.
Quick Check
Question
I was wondering if any benchmarking has been done on GIL-less python (ie, the free threading build of python 3.13). Given that this library is in pure python and supports 3.13, I would assume that this would have a significant impact. However, I haven't seen any concrete figures on the performance impact for this library.
The text was updated successfully, but these errors were encountered: