Use when investigating parser performance โ which functions are hot, where allocations happen, whether a change actually helped. Runs a CPU profile of the parser hot loop and surfaces the report.
Use when code has parallel or semantically similar representations of the same data, state, or intent. Find unnecessary translation layers, choose one canonical model, and collapse adapters around it.
Use when code has parallel or semantically similar representations of the same data, state, or intent. Find unnecessary translation layers, choose one canonical model, and collapse adapters around it.