Articles tagged with "Go"
How we used WASM and some Go runtime modifications to run deterministic simulation tests against FrostDB
Why dynamic dispatch is necessary and how to fix it with devirtualizing and PGO.
Making code faster without modifying it using Profile-Guided Optimizations.
In a previous post we detailed how we build our APIs here at Polar Signals. But we're going back to basics, in this tutorial we'll teach you how to build a small App from API to implementation.
All about function inlining, how it helps us create performant software, how we can learn to work with it, and how it influences profiling.
P.S. We got funded!
Building pprof profiles from scratch using Go
Learn how to demystify Pprof Labels using Go