» Tag
golang
14 postsXcover Brings Instrumentation-Free Test Coverage via eBPF
Xcover is a language-agnostic tool that measures functional test coverage on ELF binaries using eBPF kernel probes, with no source instrumentation required.
Golang Maps: How Swiss Tables Replaced the Old Bucket Design
The Go 1.24 map redesign enhances memory efficiency by adopting Swiss Tables over the old bucket design.
Green Tea Garbage Collector: A New Feature in Go 1.25
The Green Tea garbage collector in Go 1.25 offers up to 40% time savings for certain workloads.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comIntroducing the pkg.go.dev API
The pkg.go.dev API has been launched, offering developers programmatic access to Go module metadata for better tool integration.