C++ developers using Sun Microsystems' OpenSolaris OS have a new tool from Intel for optimizing their applications to run on multicore processors, Intel said on Thursday.
Called Threading Building Blocks, the tool aims to reduce the amount of coding that C++ developers have to do to take advantage of the extra computing power in multicore chips.
C++ isn't designed in a way that takes advantage of multiple cores naturally, so application performance won't scale proportionally as additional cores are added. Threading Building Blocks aims to address that.
It is already offered for Windows, Linux, the Mac OS and FreeBSD and it's now available for OpenSolaris, said Doug Fisher, general manager of Intel's Systems Software Division, at Sun's JavaOne conference. It's offered as a free open-source download or with a paid support subscription.
The tool abstracts low-level threading details that applications require to take advantage of additional cores, and does so using common C++ templates and coding styles. The result should be that developers need to write less code to retrofit applications for multicore chips, said James Reinders, the senior Intel engineer who developed the tool.
It's already been used for some commercial applications, including Autodesk's Maya 3D modelling program, he said.
The port announced Thursday is designed for OpenSolaris, the open-source version of Sun's OS, but not the closed-source Solaris edition, an Intel spokesman said. A version for Solaris is in the works, he said.
There isn't an equivalent tool for Java, although by its design Java is better suited for multicore environments. A Java program running on a four-core processor can take advantage of about 80 percent of the additional processing power, said Tony Baker, an engineering manager at Intel.
Efforts are under way to create extensions for Java to improve on that figure, a Sun official said. "We're also looking at whether we can take some of the work being done [with TBB] to get better performance scalability," he said.
Fisher was at JavaOne to encourage developers to work more closely with Intel to make the most of advances in its hardware.
- Sponsored Resource:Learn about storing and securing your data before disaster strikes.
- Sponsored Resource:Learn more about ultra light notebooks from Asus and the best warranty in the industry.
- Sponsored Resource:How much processing power do you need? Intel can help you decide.
- Sponsored Resource:Thinking about a new Laptop? Lenovo has models to meet everyone's needs.
- Sponsored Resource:Get the truth about remanufactured ink. Learn more from HP.
- Sponsored Resource:Small budget, big impact. Create Brochures that pop with HP laser jets printers.
- Sponsored Resource:Six smart ways to grow small business IT
News For Your Business
- Windows XP: Dead or Just Resting?
- It's Not Vista: Windows Server 2008 Gets the Nod from IT
- A Requiem for Windows XP
- Using Vista Instead of XP Is Dumb
- Microsoft Patches its XP Patch





Community Comments