/golang-http-pgo

A test of Golang's PGO

Primary LanguageGoMIT LicenseMIT

Golang HTTP PGO

This is a project to test out Go's PGO (Profile Guided Optimization) feature.

It is a repository that accompanies a blog post here: https://jh123x.com/blog/2024/golang-pgo/.

Prerequisites

  1. Go 1.20 or later (You can download go from here)
  2. Python3 (You can download python from here)