design-to-production / D2P-Components

Design-to-Production – we master complexity
https://www.designtoproduction.com
MIT License
11 stars 1 forks source link

[FEATURE] Improve Streaming Performance #3

Open bastiannispel opened 1 month ago

bastiannispel commented 1 month ago

Is your feature request related to a problem? Please describe. When loading many components (e.g. >100 by type) the time needed to query the model and afterwards instantiate the components takes up to two seconds. It would be great to boost the loading time a bit..

Describe the solution you'd like Review the instantiation methods, identify bottlenecks and improve the code