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

Faster Py_IncRef/Py_DecRef #18

Closed
cjdoris opened this issue Apr 14, 2021 · 0 comments
Closed

Faster Py_IncRef/Py_DecRef #18

cjdoris opened this issue Apr 14, 2021 · 0 comments

Comments

@cjdoris
Copy link
Collaborator

cjdoris commented Apr 14, 2021

There is a considerable overhead from calling a C function (~15ns).

In the case of Py_IncRef/Py_DecRef we could modify the ref count directly from Julia, only calling Py_DecRef once the ref count is <2.

@cjdoris cjdoris closed this as completed Apr 28, 2021
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