Avoid N+1 await patterns in map flows
Per-item awaits inside map-like flows often create avoidable latency and fan-out bottlenecks.
#Metadata
#Why it matters
Per-item awaits inside map-like flows often create avoidable latency and fan-out bottlenecks.
#Remediation
Refactor this path to avoid repeated work in hot execution paths.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.performance.no-n-plus-one-await-in-map.rule.yaml.