|
|
|
|
|
by tbrowbdidnso
3393 days ago
|
|
What? I've never run a parallel op on the GPU but I do on my CPU multiple times a day. GPU acceleration besides games is still extremely rare. You're grasping straws here. You're also missing that even on chrome the js and layout engines run different threads. Same with audio and video rendering. Same with downloads. The average page is probably running things on 10-20 random threads. And the average user has multiple tabs open. Multicore CPU is so common these days that any performance critical code that can be parallelized, is. This includes GZIP and HTTP which are used heavily by web browsers. The network stacks underneath those in the OS are also multi core capable. Single thread performance is not all that important anymore. It's better to have 2x the number of fast cores than half the number of slightly faster cores in almost every situation these days. |
|
Not even. Video acceleration, browser acceleration, flash acceleration, and much more, are becoming increasingly GPU-oriented.