I am familiar with concurrent programming in Java, which provides many tools for this. However, concurrent programming in C ++ is not so easy to start using.
What is the best way to start programming in C ++? Are there any beautiful libraries that combine parallel software primitives and provide you with higher level constructs?
I tried QtConcurrent , which provides you with nice MapReduce functionality, but it is very biased towards parallel computing using Qt, so it is not good if you do not want to use Qt.
Are there any other similar libraries? What are people using here?
Thanks for your help in advance, snow
source
share