Is it okay to call wagyu::execute() multiple times on same wagyu instance?
Or, should I build new wagyu instance for each execution?
Here are some example usecases:
- add/add/execute(union)/execute(difference)
- add/add/execute(union)/add/execute(intersection)
If it is allowed, is it thread-safe?
Thank you.
Is it okay to call wagyu::execute() multiple times on same wagyu instance?
Or, should I build new wagyu instance for each execution?
Here are some example usecases:
If it is allowed, is it thread-safe?
Thank you.