/ Performance Engineer
Notes on making things faster

The blog.

Field notes from real optimization work — what I measured, what I changed, and what surprised me. Mostly builds, hot paths, and the profiler.

More posts
02The allocation you didn't know you were makingA boxing bug that cost 200ms per request, hiding in plain sight behind a generic API.May 30 · 6 min03Profiling before you optimize: a checklistNever guess. The five signals I capture before touching a single line of code.May 2 · 5 min04Caching is a promise you have to keepHow a stale-by-one-second cache turned a p99 win into a correctness incident.Apr 11 · 7 min