Re: [Tutor] Affect of doc strings on performance

2006-06-07 Thread Kent Johnson
i don't think it makes any difference. I suppose it will slow down the parsing of the file by a tiny amount, and increase memory usage by the size of the strings, but I don't think it will change execution time. The Python standard library has lots of doc strings. Type help(dict) at the interpr

[Tutor] Affect of doc strings on performance

2006-06-07 Thread Akanksha Govil
Hi,I wanted to know if we give large doc strings in the python scripts, does it slow down the script execution?Should we always keep those doc strings to minimum if we want fast script execution?ThanksAkanksha __Do You Yahoo!?Tired of spam? Yahoo! Ma