lutfuahmet / golang-http-pgo

A test of Golang's PGO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

A test of Golang's PGO

License:MIT License


Languages

Language:Go 56.3%Language:Python 39.7%Language:Makefile 4.1%