Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

In your benchmarks the difference between thresholds is only 4%. It would be 
not worth to keep a special case for such small benefit.

But note that in your benchmarks you inserted in a list with the size up to 
50000 elements. The value of the threshold affects only the first few 
insertions. Your need to test inserting in short lists. Recreate a list at 
every iteration.

----------

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

Reply via email to