If you are looking for a simple performance boost in your application using OpenMP multithreading, this is a simple library that will allow your program to scale across multiple cores, which only requires #pragma in your code to parallelize blocks of code or loops with additional parameters for poor performance.
It is not easy to resolve crude parallelism as a graphical interface / processing / IO in the application, but makes it easy to see multi-threaded performance on multi-core machines with a lot of crunches.
phoenixillusion
source share