Task-based flock simulation

After reading Ruben Penalva’s homonym great post in his blog, and watching the GDC talk Task-based Multithreading — How to Program for 100 Cores I felt inspired to try my own implementation. The idea is to implement a flock simulation such as the one described by Craig Reynolds trying to distribute the calculations among all Read More …