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

research: generation of metadata partially / fully at compile-time #351

Open
radkomih opened this issue Feb 5, 2024 · 0 comments
Open

Comments

@radkomih
Copy link
Collaborator

radkomih commented Feb 5, 2024

Currently metadata is generated at runtime, but there are some limitations related to the reflect support.
Research the feasibility of generating the metadata at compile-time.
Compare the size/performance when generated:

  • partially, just aids the metadata generation at runtime by generating additional helper types/etc.
  • fully, embeds it into the runtime
  • hybrid approach
@radkomih radkomih added enhancement New feature or request metadata api labels Feb 5, 2024
@radkomih radkomih removed the enhancement New feature or request label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants