Closed tlnagy closed 4 years ago
Merging #51 into master will decrease coverage by
0.52%
. The diff coverage is91.42%
.
@@ Coverage Diff @@
## master #51 +/- ##
==========================================
- Coverage 94.29% 93.77% -0.53%
==========================================
Files 5 6 +1
Lines 263 289 +26
==========================================
+ Hits 248 271 +23
- Misses 15 18 +3
Impacted Files | Coverage Δ | |
---|---|---|
src/OMETIFF.jl | 100% <ø> (ø) |
:arrow_up: |
src/loader.jl | 98.43% <100%> (-0.03%) |
:arrow_down: |
src/files.jl | 93.7% <100%> (+0.53%) |
:arrow_up: |
src/mmap.jl | 82.35% <82.35%> (ø) |
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 cd0bb33...ff4e265. Read the comment docs.
This PR adds support for memory-mapping OMETIFF files, i.e. lazy-loading, virtual stacks, etc. The current version is a read-only variant while I work out the details for writing to disk, which will likely need some coordination with #30.
This PR also resolves some ambiguity related slow downs in filestreams.
Fixes #3