Fun things to do with the Source Engine

GEC: Discuss gaming, computers and electronics and venture into the bizarre world of STGODs.

Moderator: Thanas

User avatar
phongn
Rebel Leader
Posts: 18487
Joined: 2002-07-03 11:11pm

Post by phongn »

The trend for many things in computing is that a hard task gets offloaded somewhere else (say, sound or graphics processing). Said task eventually becomes more generalized and the main CPU becomes so powerful that the task is folded back in.

Multithreading is hard and isn't the end-all be-all solution. Not everything can be done in parallel (for a simple example, consider the Tower of Hanoi).
Post Reply