In quantum computing when you get the qCPU entangled with 2 processes and run them both at the same time without any speed compromise
if one thread is memory stalled, the another can execute instructions. if one thread is doing integer arithmetic, then another can do floating point stuff, and so on. if both threads are tying to do the same thing then you get no performance boost.