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
Should I also add the smarter-default-number-of-workers to the Cpp target?
The dependency graph is constructed at runtime in reactor-cpp, so I doubt that if we want this feature for the C++ target we'd want it implemented at compile time. That said, I think that @cmnrd should comment on this :-)
I am not sure what exactly 'smarter-default-number-of-workers' refers to, but indeed we shouldn't aim at statically setting the number of workers in C++. Currently, the C++ runtime default is to use as many workers as there are hardware threads on the machine executing the program. If there is evidence that a more complex strategy brings significant benefits, I would be happy to accept a PR that implements this strategy in reactor-cpp.
We currently have this warning message:
Perhaps it makes more sense to report something less cryptic, like
No reactions in this program.
The text was updated successfully, but these errors were encountered: