Intel releases open source multi-core tool
by Peter Simard · in General Discussion · 07/24/2007 (8:30 pm) · 1 replies
Intel recently released a new tool to help C++ coders designing programs optimized for multiple cores:
osstbb.intel.com/
Could TGE/TGEA benefit from incorporating this library?
Quote:
Intel Threading Building Blocks (TBB) offers a rich and complete approach to expressing parallelism in a C++ program. It is a library that helps you leverage multi-core processor performance without having to be a threading expert. Threading Building Blocks is not just a threads-replacement library. It represents a higher-level, task-based parallelism that abstracts platform details and threading mechanism for performance and scalability.
osstbb.intel.com/
Could TGE/TGEA benefit from incorporating this library?
Torque Owner Corey Punches