I\'m in the process of tuning a pet project of mine to improve its performance. I\'ve already busted out the profiler to identify hotspots but I\'m thinking understanding Py
Here's what's interesting.
Data Structure
Algorithm
Those will yield dramatic improvements.
Your list is good for -- at best -- a few single-digit performance improvements.
You need to fundamentally rethink your data structures if you want to see real speed improvements.