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.
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.