Reducing Go Execution Tracer Overhead with Frame Pointer Unwinding

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. go

    The Go programming language

    It was interesting to look directly at the source code linked in the article for stack unwiding [1]. In particular, it's neat to see how thoroughly documented this file is. Reminds me of poking around the SQLite codebase.

    [1] https://github.com/golang/go/blob/6b8b7823c7fd9f3f2317f65712...

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. zap

    Blazing fast, structured, leveled logging in Go.

    Would this speed up capturing stack traces? The use case I have in mind is stack traces for logging. The Zap logger has a mild warning [1] about stack traces being relatively expensive.

    [1]: https://pkg.go.dev/go.uber.org/zap#Stack

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Slog: Zero-dependency structured logging in Go

    4 projects | dev.to | 4 Nov 2023
  • proposal: log/slog: structured, leveled logging · Issue #56345 · golang/go

    2 projects | /r/golang | 24 Oct 2022
  • Green Tea Garbage Collector

    1 project | news.ycombinator.com | 13 Jun 2025
  • Too Many Open Files

    1 project | news.ycombinator.com | 6 Jun 2025
  • sync.Cond in Go: Efficient Goroutine Signaling Without Channels

    1 project | dev.to | 4 Jun 2025

Did you know that Go is
the 4th most popular programming language
based on number of references?