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

Pre-compute col_tiers in DataLoader.build_entry_list() for speedup #523

Merged
merged 2 commits into from
Nov 3, 2023

Conversation

jasondet
Copy link
Collaborator

@jasondet jasondet commented Nov 3, 2023

not doing this in the inner loop gives a big speedup.
Partially addresses #521

Copy link

codecov bot commented Nov 3, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Files Coverage Δ
src/pygama/flow/data_loader.py 77.14% <100.00%> (+0.07%) ⬆️

📢 Thoughts on this report? Let us know!.

@gipert gipert changed the title pre-compute col_tiers for speedup Pre-compute col_tiers in DataLoader.build_entry_list() for speedup Nov 3, 2023
@gipert gipert added flow High-level data management performace Code performance labels Nov 3, 2023
@gipert gipert merged commit 62f8d3b into legend-exp:main Nov 3, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flow High-level data management performace Code performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants