I would like to use the parallel computing toolbar to speed up a set of function calls that are independent of each other. To make this more efficient, I would like to use timer / callback functions to constantly perform more functions after completing one of my functions. I donβt know in advance which of them will be faster, so I canβt just split my feature set into several pools and configure them in parallel.
In other words, I would like several parallel executions to continue to extract from the pool of functions.
The only way I'm configured is now that I have an array of row cells in which I use str2fun on, is there a better way to do this?
Questions are welcome.
source share