• Guido van Rossum's avatar
    Tim Peters: · 729afc1d
    Guido van Rossum yazdı
    Smarter logic for finding a parse synch point.
    
    Does a half to a fifth the work in normal cases; don't notice the speedup,
    but makes  more breathing room for other extensions.
    
    Speeds terrible cases by at least a factor of 10. "Terrible" == e.g. you put
    """ at the start of Tkinter.py, undo it, zoom to the bottom, and start
    typing in code.  Used to take about 8 seconds for ENTER to respond, now some
    large fraction of a second.  The new code gets indented correctly, despite
    that it all remains "string colored" until the colorizer catches up (after
    which, ENTER appears instantaneous again).
    729afc1d
Adı
Son kayıt (commit)
Son güncelleme
BeOS Loading commit data...
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...