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

[Feature] Due to GIL issues, the overlap mode doesn't actually always bring benefits? #2573

Open
2 tasks done
CSEEduanyu opened this issue Dec 25, 2024 · 0 comments
Open
2 tasks done

Comments

@CSEEduanyu
Copy link

CSEEduanyu commented 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

@CSEEduanyu 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant