Last time I spent some time digging into Pylint, I was able to identify some memory issues, but hadn't really changed the runtime of Pylint. This time around I'm going to see if I can identify something that I can make actually run faster, instead of just using less resources. My Personal Profiling Principles Function f is taking some time. You have the following options: find a way to make all calls to it faster (or at least the same) find a way to make some calls to it faster, while making ...