Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove reflection from model initialization #1576

Closed
tidyui opened this issue Apr 6, 2021 · 0 comments
Closed

Remove reflection from model initialization #1576

tidyui opened this issue Apr 6, 2021 · 0 comments
Assignees
Milestone

Comments

@tidyui
Copy link
Member

tidyui commented Apr 6, 2021

At the moment Init methods as well as it's parameter types are reflected each time init is called for a model. As this information is fixed per registered field type it can easily be moved to Startup to minimize unnecessary calculations during runtime.

@tidyui tidyui added this to the Version 9.1 milestone Apr 6, 2021
@tidyui tidyui self-assigned this Apr 6, 2021
@tidyui tidyui closed this as completed Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant