BoostCon

Programming Talks tagged with: "BoostCon"

Edouard Alligand: Scaling with C++11

Edouard Alligand: Scaling with C++11As the number of cores per processor increases, software need to be able to execute multiple tasks in parallel in order to benefit from Moore's law. This is not only a question of writing parallel algorithms, but also a matter of designing the application properly to reduce inter-thread dependencies. These ...