Filmed at http://2016.dotgo.eu on October 10th in Paris. More talks on http://thedotpost.com The tried-and-true approach to sharing memory in Go is via communication. Yet there are scenarios where the amount of data is prohibitively expensive to pass around. Instead of falling back to locks, immutable data structures provide an alternative way, where we can achieve concurrent access to shared memory while at the same time make reasoning about complexity much easier.
Get notified about new features and conference additions.