Articles tagged with "Performance"
Why dynamic dispatch is necessary and how to fix it with devirtualizing and PGO.
We're ready to share our product with the world!
Dive into the internals of profiling interpreted Python and Ruby code using eBPF
Flame graphs and icicle graphs are a great way to visualize performance profiles. In this post, we will learn how to read and interpret them.
How we improved our database query performance by 80% and the intuition behind the changes that led to this improvement
P.S. We got funded!
Building pprof profiles from scratch using Go
Learn how to demystify Pprof Labels using Go