Skip to content

Optional use_memmap argument to SpyFile read methods #9

Closed
@tboggs

Description

@tboggs

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions