Go

2 articles on Go — in-depth engineering notes from poltora.dev.

Rust vs Go: Memory Management

How Rust and Go manage memory: ownership and the borrow checker versus a garbage collector — and what each approach costs you at runtime and while writing code.