Concurrency and parallelism
Posted on March 28, 2016 • 1 minutes • 52 words
My interest shifted to Go lang these days. However, I didn’t want to jump right into coding but reading about its design first.
For example, this slide here is pretty fascinating on how golang deals with concurrency and parallelism, a concept I believe many people often make mistake and confuse between them.