Now in your code there is no spawn at all!

For parallel processing, you have to ensure that there are no conflicts when 
parallel tasks are accessing your data, otherwise the compiler may make copies 
of the data before, which may make it slow. And for parallel processing a good 
use of the CPU cache is also important -- many parallel processes will give no 
speed increase when data is always fetched from slow RAM instead of cache.

Reply via email to