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

[query] minor performance improvement #13044

Merged
merged 2 commits into from
May 12, 2023
Merged

[query] minor performance improvement #13044

merged 2 commits into from
May 12, 2023

Conversation

danking
Copy link
Contributor

@danking danking commented May 11, 2023

private[this] is always faster than private. I saw ...off, for example, appear in the profiler, though admittedly as a tiny tiny fraction.

We spend a lot of time in the readBlock, so it seems worthwhile to remove the unnecessary assert and, in some cases, unnecessary field set.

`private[this]` is always faster than `private`. I saw `...off`, for example, appear in the
profiler, though admittedly as a tiny tiny fraction.

We spend a lot of time in the `readBlock`, so it seems worthwhile to remove the unnecessary assert
and, in some cases, unnecessary field set.
@danking danking merged commit 8362afa into hail-is:main May 12, 2023
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