You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There are some performance issues when execute huge cue code and it seems didn't solve any problem when we use render template to cue code.
Describe the solution you'd like
We should handle template logic during runtime, since all template logic are predictable and there are less performance issues when we use go. We can define a interface like this:
Is your feature request related to a problem? Please describe.
There are some performance issues when execute huge cue code and it seems didn't solve any problem when we use render template to cue code.
Describe the solution you'd like
We should handle template logic during runtime, since all template logic are predictable and there are less performance issues when we use go. We can define a interface like this:
and we implement it based on template type, instead of render and excute cue.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: