Archives March 7, 2008
Speed up PySNMP for Free? (Upgrade to Python 2.6, apparently...)
Written by
on
in
Snaking.
Apparently there *is* going to be some performance changes in CPython (though it's from the PyPy folks, so I suppose the "most of the recent performance-oriented work happens in PyPy" analysis stands). There's a patch that adds an __mro__ function cache. This is a pretty straightforward operation that caches the function-object lookup on types via ...