Skip to content

Optimisation recommendation - order of switches #52

@jimc101

Description

@jimc101

In several places in the code, a selection is made between different values for switches (e.g. the choice of the formulation used to compute oxygen saturation concentrations). As a basic optimisation, it is best to put the most commonly used option first in order to avoid the program performing one or more integer comparisons that always fail before eventually hitting the correct option. In ERSEM, this is often not done. For example, the first choice for oxygen saturation concentrations is "legacy ERSEM", which is not the option specified in the example yaml files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions