New tool and vscode extension to automate structures: cpu cache alignment, memory packing, false sharing guarding, and more

Hello gophers, recently I published go tool and extension for vscode to help with some common performance transformations for structs, such as:

  • cpu cache alignment
  • memory packing
  • false sharing guarding
  • auto annotation
  • generic fields management, etc.

It supports direct transformation of go code and other useful outputs.

Check it out the repo https://github.com/1pkg/gopium and/or extension page https://marketplace.visualstudio.com/items?itemName=1pkg.gopium

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.