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 Request] Add support for disabling the GIL #358

Closed
jberg7 opened this issue Dec 2, 2024 · 1 comment
Closed

[Feature Request] Add support for disabling the GIL #358

jberg7 opened this issue Dec 2, 2024 · 1 comment

Comments

@jberg7
Copy link

jberg7 commented Dec 2, 2024

Hi folks! I've noticed that quadprog and osqp both support turning off the global interpreter lock, which gives a huge performance boost when running a bunch of solves in parallel with python. Would it be possible to add the same behavior to proxsuite?

GIL disabling in:
quadprog: https://github.com/quadprog/quadprog/blob/b1391f07c9ba7a2836a3658aed09e6e908ae3e56/quadprog/quadprog.pyx#L95
osqp: https://github.com/osqp/osqp-python/blob/b665812256fa9ec1afb13a5fc01b9a4d70181840/src/bindings.cpp.in#L195

@jcarpent
Copy link
Member

Solved via #359.

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

2 participants