Tag: #perf
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Software Debugging Tools 2026 Deep Dive — gdb, lldb, rr, Pernosco, Replay.io, ASan, Valgrind, eBPF, perf, Time-Travel Debugging
A full map of the 2026 debugging landscape in one read. From the undefeated reign of printf to interactive debugging with gdb/lldb, time-travel and omniscient debugging via rr/Pernosco/Replay.io, the ASan-vs-Valgrind tra
2026-05-16 · 25 min read #debugging#gdb#lldb#rr#pernoscoLinux Performance Engineering Complete Guide 2025: Profiling, System Tuning, eBPF, Bottleneck Analysis
Everything about Linux performance! USE methodology (Utilization/Saturation/Errors), perf/bpftrace/eBPF, Flame Graphs, CPU/memory/disk/network bottleneck analysis, sysctl tuning, cgroups v2, I/O schedulers, NUMA, kernel
2026-04-14 · 21 min read #linux#performance#profiling#ebpf#perf