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 steven.daprano
Recipients docs@python, email0.ya, steven.daprano
Date 2020-08-19.18:08:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597860500.09.0.171964101267.issue41590@roundup.psfhosted.org>
In-reply-to
Content
What are you actually reporting? What part of the documentation do you think should be changed, why should it be changed, and what should it be changed to?

It is normal for different algorithms to perform with different speed. I'm not sure what the purpose of the "nested_lists" file is. You have discovered that different programs perform differently. Okay. What do you want us to do?

One last comment: using time() as you did is unreliable, especially for small code snippets that are very fast. The best way to time small snippets of Python code is to use the timeit module.
History
Date User Action Args
2020-08-19 18:08:20steven.dapranosetrecipients: + steven.daprano, docs@python, email0.ya
2020-08-19 18:08:20steven.dapranosetmessageid: <1597860500.09.0.171964101267.issue41590@roundup.psfhosted.org>
2020-08-19 18:08:20steven.dapranolinkissue41590 messages
2020-08-19 18:08:20steven.dapranocreate