Tag
#Go
4 posts tagged with #Go.
-
Taming QEMU with an Iron Fist
A hands-on tutorial on driving QEMU virtual machines straight from Go via libvirt — no virsh, no clunky wrappers, just clean JSON in and JSON out.
#QEMU #virtualization #Go #Linux #sysadmin -
Digging Into the Compiler Source — How the Go Scheduler Works (Part II)
Part two of the series on Go's task scheduler: breaking down G, P, and M, thread parking, system calls, netpoll, and sysmon — all based on runtime source code.
#Go #goroutines #scheduler #systems programming -
Digging Into the Compiler Source — How the Go Scheduler Works (Part I)
Part one of a series on Go's task scheduler: what happens with OS threads, why 180,000 threads will kill your system, and what work stealing has to do with any of it.
#Go #goroutines #scheduler #systems programming -
Go Frontend with Vugu: WebAssembly in Pure Golang
A look at vugu, a young library that lets you write frontend in Go via WebAssembly. Cats, goroutines, and 500 KB of WASM payload by the finish line.
#Go #WebAssembly #frontend #WASM #vugu