Comment Re:Schism Growing (Score 0) 378
The balance might not be so easy. Exploring parallelism is a hard issue for many problems.
For instance, most of my time I'm compiling C++ code. Usually I just need to compile one file (the one I changed and want to test), and this is not a parallel process. In this scenario I'd be better off with 2 highly advanced cores.
As you mentioned the hybrid option might be the best. But remember that there are apps that cannot be "converted".