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

I'm not convinced that this change should be merged. The benefit is small, and 
1) it is only for an artificial set of tiny files, 2) the benchmarking ignores 
the real IO, it measures the work with a cache. When copy real files 
(/usr/include or Lib/) with dropped caches the difference is insignificant. On 
other hand, this optimization makes the code more complex. It can make the case 
with specifying the ignore argument slower.

----------

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

Reply via email to