Adventures in Cgo Performance
Offered By: Gopher Academy via YouTube
Course Description
Overview
Explore the intricacies of Cgo performance in this 43-minute conference talk from GopherCon 2018. Delve into the challenges and best practices of using Cgo in performance-sensitive code, drawing from real-world experiences with the Go API for Wallaroo, a high-performance distributed stream processor. Learn about the difficulties of interoperating with other languages through Cgo, discover workarounds for common performance and scaling issues, and understand an unavoidable limitation in the Go runtime. Gain valuable insights into optimizing Cgo usage for your Go projects, especially when dealing with performance-critical applications.
Syllabus
GopherCon 2018: Sean T. Allen - Adventures in Cgo Performance
Taught by
Gopher Academy
Related Courses
A Holistic Go ExperienceGopher Academy via YouTube Safe, Fast, and Easy - Building a Plugin System with WebAssembly
Gopher Academy via YouTube A Journey Through Integration Testing with Go - What Could Go Wrong?
Gopher Academy via YouTube Kraken Wrangling for Dummies - Go Module Dependency Management at Scale
Gopher Academy via YouTube Go, the Data Engineer's Missing Tool?
Gopher Academy via YouTube