Innefficient paralellization? Need some help optimizing a simple dot product

Yeah, with @threads there seems to always be some reason to have to manually split up the workload over the threads.

Maybe @threads in its current form is just not the right abstraction? At the very least, a mapreduce-style version of @threads similar to @parallel would be pretty useful I think.

2 Likes