Trusted by 400K+ professionals
The AI assistant that actually does stuff
Lindy saves you two hours a day by proactively managing your inbox, meetings, and calendar, so you an focus on what actually matters.
Get help writing new code snippets or receive expert reviews and improvements for your existing code via an interactive AI.


Looking at your function, I can see a few inefficiencies that are likely causing performance issues with large datasets. The main problems are:
Here's my optimized version that should run significantly faster...
|Looking at your function, I can see a few inefficiencies that are likely causing performance issues with large datasets. The main problems are:1. You're using nested loops which creates O(n²) complexity2. There's unnecessary list creation in memory3. The conditional checks could be streamlinedHere's my optimized version that should run significantly faster...
Generate any text with AI
Not sure what you can generate?
Trusted by 400K+ professionals
Lindy saves you two hours a day by proactively managing your inbox, meetings, and calendar, so you an focus on what actually matters.