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
I have a concept of an expr expression collection in my backend where I run the same collection of expressions. A collection can potentially get quiet large. Is there a way to compile this into one expressions instead of having a program for each of the expressions? I do have a pool of vm's running, but still having to get and run all the programs separately would probably be a overhead.
The text was updated successfully, but these errors were encountered:
I have a concept of an expr expression collection in my backend where I run the same collection of expressions. A collection can potentially get quiet large. Is there a way to compile this into one expressions instead of having a program for each of the expressions? I do have a pool of vm's running, but still having to get and run all the programs separately would probably be a overhead.
The text was updated successfully, but these errors were encountered: