This is a masterclass in modern infrastructure optimization. I love that you avoided the typical 'language tribalism' and focused purely on the architecture—using Go for the control plane and Rust for the data plane is the absolute sweet spot. The trade-off you highlighted between Go's rapid development velocity and its GC overhead during high-frequency HTTP allocations is exactly why we're seeing this shift at the edge layer. Brilliant work flattening those CPU spikes!