Closed
Description
Depending on an image file's band interleave, a memmap interface is not always faster than doing a direct read from the file. The various read_*
methods of SpyFile
subclasses should provide an optional use_memmap
argument that can be set to False to avoid using the memmap. This argument should be defaulted to True or False based on performance for each read method of each of the SpyFile subclasses.