Multi-Core programming : increasing performance through software multi-threading
โ Scribed by Shameem Akhter; Jason Roberts
- Publisher
- Intel Press
- Year
- 2006
- Tongue
- English
- Leaves
- 362
- Category
- Library
No coin nor oath required. For personal study only.
๐ SIMILAR VOLUMES
This is a clear introduction to the basic concepts of multi-threading complemented by a detailed description of the multi-threading facilities available under the UNIX and Windows operating systems. The implementation mechanisms are hidden within C++ classes, which then provide standardized interfac
Details a real-world product that applies a cutting-edge multi-core architecture Increasingly demanding modern applicationsโsuch as those used in telecommunications networking and real-time processing of audio, video, and multimedia streamsโrequire multiple processors to achieve computational perfo
Details a real-world product that applies a cutting-edge multi-core architecture Increasingly demanding modern applicationsโsuch as those used in telecommunications networking and real-time processing of audio, video, and multimedia streamsโrequire multiple processors to achieve computational perfo
Details a real-world product that applies a cutting-edge multi-core architecture Increasingly demanding modern applicationsโsuch as those used in telecommunications networking and real-time processing of audio, video, and multimedia streamsโrequire multiple processors to achieve computational perfo
The increasing popularity and availability of multicore processors is creating a whole new set of challenges--although you can enjoy true concurrency, you're now faced with higher contention and synchronization issues. Deploying an existing application on a multicore processor may bring out previous