-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CLN: remove BlockManager.get #33052
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
CLN: remove BlockManager.get #33052
Conversation
Looks good - any perf implications? |
_getitem_multilevel calling _ixs instead of _get_item_cache is slightly higher-level, and we lost a little ground on the columns.is_unique assertions, then make up some ground with unnecessary checks in BlockManager.get being removed. It's about a wash. |
Updated so as to not be blocked by #33047. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm @jreback
* CLN: remove BlockManager.get * Remove assertions
This should not be merged until after #33047 and #33045, since the assertions made here will not always hold until then.