Skip to content
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

[QUESTION] Python 3.13 Benchmarking #25

Open
2 tasks done
alexk101 opened this issue Jan 21, 2025 · 2 comments
Open
2 tasks done

[QUESTION] Python 3.13 Benchmarking #25

alexk101 opened this issue Jan 21, 2025 · 2 comments
Assignees
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@alexk101
Copy link

alexk101 commented Jan 21, 2025

Quick Check

  • 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.

@alexk101 alexk101 added the question Further information is requested label Jan 21, 2025
@RichardZhu2
Copy link
Collaborator

Hi there,

The short answer is no, not yet.

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.

@RichardZhu2 RichardZhu2 added the help wanted Extra attention is needed label Jan 21, 2025
@alexk101
Copy link
Author

May try and do something along those lines if I get the chance. Thanks for the quick response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants