IEC-61400-15 / eya_def

This repository provides a digital format for exchange of information on wind plant energy yield assessment reporting as defined by IEC 61400-15-2.
BSD 3-Clause "New" or "Revised" License
10 stars 0 forks source link

Improve performance of Pydantic validation #43

Open jonssonchristian opened 8 months ago

jonssonchristian commented 8 months ago

The Pydantic documentation includes a useful page of Performance tips, some of which I think are relevant to implementations in the EYA DEF. It should make sense to review those and see where we can make improvements.