[Python-3000] Performance Notes (original) (raw)

Nicholas Bastin nick.bastin at gmail.com
Mon Sep 3 20:54:45 CEST 2007


I've been doing some profiling of 3.0 vs. 2.6 release builds on Windows XP for the purpose of hopefully closing the performance gap. This data is very preliminary, but I thought I'd throw it out here in case someone else also wanted to look into this. Also, possibly useful for comparing against profiling data on other platforms. The table below just lists functions and speed differentials in 3.0 vs. 2.6, ordered by the functions in which we spend the most total time.

NOTE: This data is time sampling, not call graph. Added time could come from either more calls, or longer calls.

Other notes:

Top 5 functions in Python 2.6:

Top 5 functions in Python 3.0:

-- Nick



More information about the Python-3000 mailing list