Working Towards Independence
Everyone’s trying to make their code run faster. Since we can’t count on processors simply doing the work for us by running faster, we have to resort to other means. For code that’s going to run on SoCs, there are a couple primary choices: add more cores and have them run in parallel or have some of the code execute in dedicated hardware.
The whole parallel thing has been bandied about for years now, and no one has found a way around the fact that it’s really hard to … Read More → "Working Towards Independence"