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

Improve Performance #165

Open
0lru opened this issue Dec 3, 2021 · 0 comments
Open

Improve Performance #165

0lru opened this issue Dec 3, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@0lru
Copy link
Collaborator

0lru commented Dec 3, 2021

Some operations are heavy-weight. As an example, "Canvas::drawPicture" may take some time.
Can we refactor this to release the GIL? That'd greatly improve the overall performance, I think.
Example of the pybind11-documentation:

m.def("call_go", &call_go, py::call_guard<py::gil_scoped_release>());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants