ImageCore.jl icon indicating copy to clipboard operation
ImageCore.jl copied to clipboard

unwrap rawview(::channelview) with one reshape reinterpret

Open johnnychen94 opened this issue 4 years ago • 1 comments

This does not fix #174 but could be potentially a good change by eliminating one mapped array wrapper.

johnnychen94 avatar Dec 01 '21 18:12 johnnychen94

Codecov Report

Merging #175 (0eb4993) into master (ff7afc0) will decrease coverage by 0.44%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #175      +/-   ##
==========================================
- Coverage   62.26%   61.81%   -0.45%     
==========================================
  Files          10       10              
  Lines         583      584       +1     
==========================================
- Hits          363      361       -2     
- Misses        220      223       +3     
Impacted Files Coverage Δ
src/ImageCore.jl 73.33% <100.00%> (+0.91%) :arrow_up:
src/show.jl 58.33% <0.00%> (-12.51%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ff7afc0...0eb4993. Read the comment docs.

codecov[bot] avatar Dec 01 '21 18:12 codecov[bot]