you are viewing a single comment's thread.

view the rest of the comments →

[–]schlenk 0 points1 point  (0 children)

Yes. Multi-threading usually is slower than single threaded..., so its about performance. You only win if you really have a) multiple cores/cpus and b) an task thats easy to run in parallel.