Optimized the generation of straight HTML.
The old implementation output straight HTML in multiple chunks, usually
separated by a newline. So there might be ten succesive calls to
response.write(). The optimization is to lump sequential pure html
strings into one call to reponse.write()., causing a significant
speedup.
Also updated the UsersGuide for 0.3, documenting a new syntax for blocks
of code that span braces.
There is also an undocumented addition of yet another syntax for
indentation in PSP. You'll have to get the CVS source to see it. ;)
Jay
|