Skip to content

v1.1.0 — Layout engine and CI flags

Choose a tag to compare

@gopherust-io gopherust-io released this 01 Aug 15:03
· 23 commits to master since this release

Highlights

  • Zero-alloc layout math with reused buffers (Compute / suggest path)
  • NATS-style packing guidance (atomics-first, density packing notes)
  • CI-friendly analyze flags: --fail-on-findings, --min-waste, --arch
  • Improved layout correctness for multi-arch targets

Install

go install github.com/gopherust-io/goalign@v1.1.0

Notes

  • Suited for gating PRs in CI with a non-zero exit on findings.