TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Avoiding Performance Killers in Python Loops
4 points
by
rekahrv
over 2 years ago
1 comment
rekahrv
over 2 years ago
TLDR<p>* Architecture and performance influence each other in both directions.<p>* Micro-optimizations sum up.<p>* When looking for performance red flags, start with the loops.