As promised, this is the second part of my pocket-book introduction to async programming. Let’s continue! If this article does not make sense, please check part I before shouting at me! Map-reduce models The map reduce approach is widely used in doing big data analysis. The model itself it’s a variation on the split-apply-combine approach, […]
async
Async programming models part I
Asynchronous programming is everywhere around us and it’s here to stay. You might have noticed that CPU’s keep getting more cores as time goes by. Therefore, it would be a shame to let all those cores go unused in your app. In this article I shall be your guide through the various async programming patterns […]