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

Modify compilation #674

Merged
merged 3 commits into from
Mar 23, 2024
Merged

Modify compilation #674

merged 3 commits into from
Mar 23, 2024

Conversation

rafaqz
Copy link
Owner

@rafaqz rafaqz commented Mar 23, 2024

modify doesn't need to construct the parent arrays for a stack with NamedTuple data. It just needs to apply f to each array in the NamedTuple and rebuild. This is a major compilation saving for laved DimStacks.

Copy link

codecov bot commented Mar 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.68%. Comparing base (fd7e061) to head (bf7711e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #674      +/-   ##
==========================================
- Coverage   83.70%   83.68%   -0.02%     
==========================================
  Files          46       46              
  Lines        4203     4205       +2     
==========================================
+ Hits         3518     3519       +1     
- Misses        685      686       +1     

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

@rafaqz rafaqz merged commit f3ab38b into main Mar 23, 2024
8 of 10 checks passed
@rafaqz rafaqz deleted the modify_compilation branch March 23, 2024 11:48
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

1 participant