Media Summary: The Go toolchain now has a variety of build modes that let you use Go in places and in ways beyond the typical statically linked ... I will describe the efforts over the past two years to build a better machine-code generator for Go. Based on a SSA (Static Single ... Mitchell Hashimoto from Hashicorp discusses how the team has gone about evolving their
Gophercon 2017 Simple Plugin Architectures - Detailed Analysis & Overview
The Go toolchain now has a variety of build modes that let you use Go in places and in ways beyond the typical statically linked ... I will describe the efforts over the past two years to build a better machine-code generator for Go. Based on a SSA (Static Single ... Mitchell Hashimoto from Hashicorp discusses how the team has gone about evolving their We talk about "Idiomatic Go" a lot, but TBH it's hard to define exactly what idiomatic Go actually is, but we know it when we see it. ... sync. map is optimized for keys that are accessed repeatedly over time loads with new keys don't cause contention on their Well you could manually fix it but if you do that you might as well write your
Many people use serialization formats for their service communication without knowing how things work underneath. grpc has become the best-in-class toolkit for inter-service communication. We'll take a crash course by iteratively evolving the Go ... ... avoid conflicts finally we're going to encapsulate a Event sourcing and other applications of append-only logs have experienced a renaissance in recent years. From git, to Kafka, ...