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
2. Please use English, otherwise it will be closed.
Motivation
Workaround python GIL (Work in progress):
Idea 1: Try python 3.13 which can remove GIL
Idea 2: Use multiple processes, but need make the serialization very fast
In actual testing, I found that overlap does not necessarily bring benefits. I think this may be related to the GIL, since the current version is implemented with multi-threading. I'm wondering if this is expected? And under what circumstances would the GIL issue become more severe? @merrymercy
Related resources
No response
The text was updated successfully, but these errors were encountered:
CSEEduanyu
changed the title
[Feature] Due to GPL issues, the overlap mode doesn't actually always bring benefits?
[Feature] Due to GIL issues, the overlap mode doesn't actually always bring benefits?
Dec 25, 2024
Checklist
Motivation
Workaround python GIL (Work in progress):
Idea 1: Try python 3.13 which can remove GIL
Idea 2: Use multiple processes, but need make the serialization very fast
In actual testing, I found that overlap does not necessarily bring benefits. I think this may be related to the GIL, since the current version is implemented with multi-threading. I'm wondering if this is expected? And under what circumstances would the GIL issue become more severe? @merrymercy
Related resources
No response
The text was updated successfully, but these errors were encountered: