Go

Benefits of Benchmarking with Go

Good teams were doing their stops in around 4 seconds — but they could do better. Mercedes dropped that to 3.4s in 2011, McLaren took it on to 2.32s in 2012,...

Using Golang Reflect to Sum Any Variable Type

I needed a function to dynamically sum things in Golang, but couldn't find any implementations. Let's create one ourselves!