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 derive(FromPyObject) to apply intern! when applicable to get_item #2879

Merged
merged 1 commit into from
Jan 15, 2023

Conversation

qbx2
Copy link
Contributor

@qbx2 qbx2 commented Jan 13, 2023

This PR adds more intern!s to FromPyObject derive macro implementation. This should improve performance when using #[pyo3(item)].

@qbx2 qbx2 changed the title Improve derive(FromPyObject) to apply intern! when applicable Improve derive(FromPyObject) to apply intern! when applicable to get_item Jan 13, 2023
@davidhewitt davidhewitt force-pushed the improve-derive-frompyobject-apply-intern branch from 61e48b4 to 8026f35 Compare January 15, 2023 13:39
Copy link
Member

@davidhewitt davidhewitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Have force-pushed to squash, will merge now.

bors r+

bors bot added a commit that referenced this pull request Jan 15, 2023
2879: Improve derive(FromPyObject) to apply intern! when applicable to get_item r=davidhewitt a=qbx2

This PR adds more `intern!`s to FromPyObject derive macro implementation. This should improve performance when using `#[pyo3(item)]`.


Co-authored-by: Sunyeop Lee <[email protected]>
@davidhewitt davidhewitt mentioned this pull request Jan 15, 2023
@bors
Copy link
Contributor

bors bot commented Jan 15, 2023

Build failed:

@davidhewitt
Copy link
Member

bors retry

@bors
Copy link
Contributor

bors bot commented Jan 15, 2023

Build succeeded:

@bors bors bot merged commit 713f51a into PyO3:main Jan 15, 2023
qbx2 added a commit to qbx2/pyo3 that referenced this pull request Jan 26, 2023
bors bot added a commit that referenced this pull request Jan 26, 2023
2919: Fix link for #2879 r=mejrs a=qbx2

Fixes an incorrect link in changelog.

Co-authored-by: Sunyeop Lee <[email protected]>
bors bot added a commit that referenced this pull request Jan 26, 2023
2919: Fix link for #2879 r=mejrs a=qbx2

Fixes an incorrect link in changelog.

Co-authored-by: Sunyeop Lee <[email protected]>
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

Successfully merging this pull request may close these issues.

2 participants