Skip to content

[FEATURE] Explore dataclasses as an alternative to Pydantic #104

Description

@WardLT

Is your feature request related to a problem? Please describe.
We're looking for opportunities to increase speed and are not using much of the validation features of pydantic. Maybe ditching them could offer speedups

Describe the solution you'd like
Same interface for the HealthVariable and related classes, but implemented via a pure Python solution like Dataclasses

Additional context
Victor has seen a 3x performance difference of TypeDict vs Pydantic objects in a similar project.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions