rafaqz / DimensionalData.jl

Named dimensions and indexing for julia arrays and other data
https://rafaqz.github.io/DimensionalData.jl/stable/
MIT License
262 stars 38 forks source link

Modify compilation #674

Closed rafaqz closed 3 months ago

rafaqz commented 3 months ago

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.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.