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

Only read required columns in mapping stage. #262

Merged
merged 2 commits into from Mar 27, 2024
Merged

Conversation

delucchi-cmu
Copy link
Contributor

Change Description

Related to Issue #225.

I wanted to speed up the ECSV reads by only reading the columns we need during the mapping stage. It's relevant for all kinds of file readers, though.

Copy link

codecov bot commented Mar 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.42%. Comparing base (f2617e9) to head (732f65e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #262   +/-   ##
=======================================
  Coverage   99.42%   99.42%           
=======================================
  Files          24       24           
  Lines        1219     1221    +2     
=======================================
+ Hits         1212     1214    +2     
  Misses          7        7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@hombit hombit left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@delucchi-cmu delucchi-cmu merged commit fa00424 into main Mar 27, 2024
9 checks passed
@delucchi-cmu delucchi-cmu deleted the issue/225/prefactor branch March 27, 2024 17:51
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