rafaqz / DimensionalData.jl

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

Performance tweaks #387

Closed rafaqz closed 2 years ago

rafaqz commented 2 years ago

A few performance tweaks from profiling.

codecov-commenter commented 2 years ago

Codecov Report

Merging #387 (bd28d08) into main (d29b530) will increase coverage by 0.00%. The diff coverage is 66.66%.

@@           Coverage Diff           @@
##             main     #387   +/-   ##
=======================================
  Coverage   90.42%   90.43%           
=======================================
  Files          35       35           
  Lines        2297     2299    +2     
=======================================
+ Hits         2077     2079    +2     
  Misses        220      220           
Impacted Files Coverage Δ
src/Dimensions/indexing.jl 86.66% <0.00%> (ø)
src/Dimensions/primitives.jl 95.26% <100.00%> (ø)
src/array/methods.jl 95.07% <100.00%> (+0.07%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more