April Picks

“Random picks from all over the Internet”.

Articles

Videos

Quick learn

“Go programs can have data races, resulting in unspecified behavior. Go’s race detector provides a way to find and fix such issues; but other languages prevent races altogether, either by disallowing shared memory between Actors (Erlang) or by requiring the programmer to indicate data ownership with types, so the compiler can prevent races statically (Rust).”

https://www.quora.com/Where-does-Gos-concurrency-CSP-fall-short/answer/Sameer-Ajmani

Comments

comments powered by Disqus