@RGBHero
She meant that 4 people working together are actually only 2 times as fast as a single person.
Whether that's true actually depends on the workload.
In parallel programming, we learn that work can be split into 2 parts: a parallelizable part, and a non-parallelizable part.
Ideally...