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

fix performance issue with slow listcomp on regrid indexing #217

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

grantbuster
Copy link
Member

@grantbuster grantbuster commented Jun 5, 2024

@bnb32 this list comprehension was absolutely nuking the regridder performance for large timeseries

@grantbuster grantbuster requested a review from bnb32 June 5, 2024 17:16
Copy link
Collaborator

@bnb32 bnb32 left a comment

Choose a reason for hiding this comment

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

Yeah a similar fix is in my branch. Not sure why I didn't vectorize this initially.

@grantbuster grantbuster merged commit 4eb5022 into main Jun 5, 2024
9 checks passed
@grantbuster grantbuster deleted the gb/regrid_speed branch June 5, 2024 18:03
github-actions bot pushed a commit that referenced this pull request Jun 5, 2024
fix performance issue with slow listcomp on regrid indexing
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.

None yet

2 participants