Optimize Code for Performance
Category: coding
Helps developers identify and improve performance bottlenecks in their code.
Prompt Template
Analyze the following code snippet to identify performance bottlenecks and suggest optimizations. Code: {code_snippet}. Focus on improving execution time and resource utilization, and provide explanations for each suggestion.