Performance Bottleneck Analyzer
「パフォーマンスボトルネックアナライザー」
Identify potential performance issues in code and suggest optimization alternatives
コード内の潜在的なパフォーマンス問題を特定し、最適化の代替案を提案する
Prompt
Act as a performance-focused engineer. Review this function and identify any potential bottlenecks — whether it's due to nested loops, database queries, large I/O, etc. Suggest alternatives where relevant. Code to analyze: [PASTE HERE: a performance-sensitive function or handler].