Steven D'Aprano <steve+pyt...@pearwood.info> added the comment:

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.

----------
nosy: +steven.daprano

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41590>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to