Avoiding Performance Killers in Python Loopssourcery.ai 4 pointsrekahrv3 years ago1 commentSaveHideCopy link On HNComments−rekahrvOP3yTLDR* Architecture and performance influence each other in both directions.* Micro-optimizations sum up.* When looking for performance red flags, start with the loops.
Comments
TLDR
* Architecture and performance influence each other in both directions.
* Micro-optimizations sum up.
* When looking for performance red flags, start with the loops.