1 | initial version |
Well, I guess parallel now is something more like an optimization tool, not a thing for regular using in every function. Not every function requaries parallelism, even more - linear algorythms can not be executed in parallel. So, if calculations speed is quite satisfactory for you, then you should not use parallel (if not just for fun).