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

refactor(internals): remove unnecessary dynamism in drop method #9682

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented Jul 24, 2024

Removes unnecessary use of methodcaller at a call site known to be costly in some cases.

There's no noticeable performance gain (or loss) here, this is mostly about removing unnecessary dynamism.

@cpcloud cpcloud added internals Issues or PRs related to ibis's internal APIs refactor Issues or PRs related to refactoring the codebase labels Jul 24, 2024
@cpcloud cpcloud force-pushed the cleanup-get-name branch from b65ceb0 to 08af434 Compare July 24, 2024 10:52
@cpcloud cpcloud force-pushed the cleanup-get-name branch from 08af434 to ab91c93 Compare July 24, 2024 11:01
@cpcloud cpcloud merged commit 5ac84c5 into ibis-project:main Jul 24, 2024
84 checks passed
@cpcloud cpcloud deleted the cleanup-get-name branch July 24, 2024 12:12
@cpcloud cpcloud added this to the 9.3 milestone Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internals Issues or PRs related to ibis's internal APIs refactor Issues or PRs related to refactoring the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant