This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author guido.reina
Recipients ezio.melotti, guido.reina, serhiy.storchaka, terry.reedy
Date 2013-02-16.10:36:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361011015.74.0.0305638366627.issue17183@psf.upfronthosting.co.za>
In-reply-to
Content
I am attaching a .tgz file with the tests I have performed.

The .tgz file contains also a README.txt file with more detailed information.

I have done the following test:
The script loads the HTML file 'search.html' in 'rawdata' and searches '>' in a loop from the position 'i', being i in: range(len(rawdata)).

with the three variants: "in" + "find" (test1.py), "find" (test2.py), "index" (test3.py).

Result:
Script          First run       Second run      Third run
---------------------------------------------------------
test1.py        2.33            2.32            2.33
test2.py        0.75            0.74            0.76
test3.py        0.75            0.74            0.74


I don't know if the test is representative and whether it helps.
If you think that the test could be improved/changed, just let me know, I will be happy to help.
History
Date User Action Args
2013-02-16 10:36:55guido.reinasetrecipients: + guido.reina, terry.reedy, ezio.melotti, serhiy.storchaka
2013-02-16 10:36:55guido.reinasetmessageid: <1361011015.74.0.0305638366627.issue17183@psf.upfronthosting.co.za>
2013-02-16 10:36:55guido.reinalinkissue17183 messages
2013-02-16 10:36:55guido.reinacreate