Skip to content

Improve performance in cfdm.read by caching any array values retrieved from disk  #313

@davidhassell

Description

@davidhassell

First and last array values are cached in NetCDFRead.read._cache_data_elements, and it currently could do this multiple times per variable.

It would be straight forward to cache these values to save going back to the dataset more often than is required.

PR to follow.

Metadata

Metadata

Assignees

No one assigned

    Labels

    dataset readRelating to reading datasetsperformanceRelating to speed and memory performance

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions