Parallelization Assistant
Multicore processors can provide you large performance improvements. However, experience has shown that this is often difficult to realize.
Biface introduces Parallelization Assistant, a tool that helps you to parallelize code for multicore processors. The tool helps you to indentify which parts of the application are most beneficial to parallelize and it identifies the dependencies that you have to respect in order to do the parallelization correctly.
By using Parallelization Assistant you are able to obtain better performance results and/or you are able to do this in less time.