-
Notifications
You must be signed in to change notification settings - Fork 25
Reduce size of generated code #232
Copy link
Copy link
Open
Labels
Description
Large schemas have the problem, that the generated code base it huge and is not able to being compiled anymore. We need to find a suitable way to reduce the size and the complexity of the generated code.
Here is a list of potential solutions:
- Instead of generics use runtime evaluation (like
Box<dyn Any>). - Use crates instead of modules to be able to compile them in parallel
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Projects
Status
No status