Skip to content

Instantly share code, notes, and snippets.

@iporsut
Created August 11, 2023 08:32
Show Gist options
  • Save iporsut/78a96ba249cff743d8d7db4733436504 to your computer and use it in GitHub Desktop.
Save iporsut/78a96ba249cff743d8d7db4733436504 to your computer and use it in GitHub Desktop.
Go 1.21 Highlight

Go 1.21 Highlight

The Profile Guided Optimization (PGO)

เป็นเทคนิค ในการ optimize binary ที่ได้จาก compiler แบบใหม่ที่ทำให้ประสิทธิภาพเพิ่มขึ้น 2-7% โดยใช้ข้อมูลพฤติกรรมการใช้งาน ผ่านการทำ profiling แล้วเอาข้อมูลจาก profiling มาประกอบการ compile ในรอบถัดไป

Go tool Backward language compatibility

จะใช้ GODEBUG กับ settings เพื่อ turn on / turn off ความสามารถของภาษาที่มีการ breaking change หรือมีพฤติกรรมที่เปลี่ยนไป ทำให้ยังสามารถ compile code ด้วยพฤติกรรมเดิมได้ถ้าต้องการ

Go tool Forward language compatibility

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment