[sugar] Re: pygtk performance issue

Marco Pesenti Gritti mpg
Wed Sep 6 12:25:40 EDT 2006


Mitch Bradley wrote:
> As an example of what one might do:  The search path resolution 
> mechanism could notice, while looking for file X in a list of 
> directories, that some of those directories don't exist.  It could 
> then prune those entries from the path list.
>

 From 2.5 what's new:

Importing now caches the paths tried, recording whether they exist or 
not so that the interpreter makes fewer open() and stat() calls on 
startup. (Contributed by Martin von L?wis and Georg Brandl.)

Sounds like good news ;)

Marco


More information about the Sugar-devel mailing list