Avoiding Performance Killers in Python Loops

  • TLDR

    * Architecture and performance influence each other in both directions.

    * Micro-optimizations sum up.

    * When looking for performance red flags, start with the loops.