Avoid hidden allocations in hot paths
Watch for small per-item allocations inside loops, parsers, serializers, and request paths.
Watch for small per-item allocations inside loops, parsers, serializers, and request paths.
Use traces, counters, profiles, and focused benchmarks before changing code for performance.