LanRaccoon

Practical tech advice

Multi-threading

Async programming models part II

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, […]

Scroll to top