
Concurrency
Programming Throwdown
00:00
The Overhead Cost Is Going to Be the Biggest Cost
Don't do concurrency unless you absolutely have to. And even then, really try not to do it yourself. The overhead dominates the cost of multithreading. Am is a library that does all the paralelism for you on your web server. It lets you write programmes that are just very small and simple - they'll run as fast as your computer can run.
Transcript
Play full episode