馃 AI text below 馃
Parent: #2250
Scope
Inspect MLIR-facing code for unnecessary copies, avoidable allocations, accidental quadratic work, pointer-identity ordering, unordered observable traversal, and concrete opportunities for LLVM views or ADTs.
Evidence standard
Each proposed performance rewrite needs a measurement or a concrete allocation or complexity argument. Do not convert suitable standard-library containers merely for style. Treat observable nondeterminism and evidence-backed critical performance defects as v4 blockers; defer speculative container churn.
馃 AI text below 馃
Parent: #2250
Scope
Inspect MLIR-facing code for unnecessary copies, avoidable allocations, accidental quadratic work, pointer-identity ordering, unordered observable traversal, and concrete opportunities for LLVM views or ADTs.
Evidence standard
Each proposed performance rewrite needs a measurement or a concrete allocation or complexity argument. Do not convert suitable standard-library containers merely for style. Treat observable nondeterminism and evidence-backed critical performance defects as v4 blockers; defer speculative container churn.