Go 1.26 is released
Go 1.26 adds a new garbage collector, cgo overhead reduction, experimental simd/archsimd package, experimental runtime/secret package, and more.
Go 1.26 adds a new garbage collector, cgo overhead reduction, experimental simd/archsimd package, experimental runtime/secret package, and more.
When you write Go, a lot happens behind the scenes. Goroutines are lightweight, channels just work, memory is managed for you, and you never think about thread pools. All of that is powered by the Go runtime—a sophisticated piece of infrastructure that gets compiled into every...
#588 — February 6, 2026 Read the Web Version Go Weekly Fiber 3.0: An Express-Inspired Web Framework for Go — A web framework inspired by the likes of Node’s Express and Ruby’s Sinatra. Built on fasthttp, it offers high performan...
A new release of the Microsoft build of Go including security fixes is now available for download. The post Go 1.25.7-1 and 1.24.13-1 Microsoft builds now available appeared first on Microsoft for Go Developers.
pycparser is my most widely used open source project (with ~20M daily downloads from PyPI [1]). It's a pure-Python parser for the C programming language, producing ASTs inspired by Python's own. Until very recently, it's been using PLY: Python Lex-Yacc for the core parsing. In th...
Code is cheap, show me the… what exactly?
My daughter will be born soon, and I’m reflecting on what that means for my open-source work.
If you’ve heard about Rust and you’re wondering about the facts behind the hype, this is for you: no sales pitch, just a clear, point-by-point outline of why Rust is worth considering.