Skip to content

Suspected loss of efficiency caused by dataclasses #26

Description

@pierreolivierbonin

I have been suspecting for some time now that dataclasses are not efficient. Other developers have also confirmed and found with profiling that dataclasses take much more execution time than other data types like TypedDicts, for example (see https://stackoverflow.com/questions/55248416/python-3-which-one-is-faster-for-accessing-data-dataclasses-or-dictionaries).

Our system may therefore make significant gains if we change the config files and it would be worth to investigate this further to make for a better user experience when running the application.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or requestquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions