Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Tue, 08 Dec 2020 18:28:00 +0000 New case studies about googles use of go 7 points posted by kenny https://opensource.googleblog.com/2020/08/new-case-studies-about-googles-use-of-go.html 4434 Thu, 27 Aug 2020 18:07:00 +0000 Grumpy - Go running Python! #compilers Google runs millions of lines of Python code. The front-end server that drives youtube.com and YouTube’s APIs is primarily written in Python, and it serves millions of requests per second! YouTube’s front-end runs on CPython 2.7, so we’ve put a ton of work into improving the runtime and adapting our application to work optimally within it. These efforts have borne a lot of fruit over the years, but we always run up against the same issue: it's very difficult to make concurrent workloads perform well on CPython. 23 points posted by kenny https://opensource.googleblog.com/2017/01/grumpy-go-running-python.html 1468 Wed, 04 Jan 2017 17:28:00 +0000