The Grand Mystery of the Missing 18 Bytes
A developer investigates a discrepancy of 18 bytes between benchmark and memory profiler results in a .NET performance optimization demo.
A developer investigates a discrepancy of 18 bytes between benchmark and memory profiler results in a .NET performance optimization demo.
A technical guide on using Bpftrace to profile a Go service's in-memory cache and estimate memory usage by analyzing entry sizes at runtime.
A guide to building a custom memory profiler using the pprof text format, focusing on tracking allocations in C with a custom allocator.
A tutorial on building a basic jq-like JSON parser in Go, focusing on memory-efficient partial parsing and using Go's profiler for optimization.