Martin Panter added the comment:

I left some replies to Rietveld comments (sending review emails seems buggy).

For a chunk size, don’t worry too much about it. I would say keep it large 
enough to limit time spent executing Python code and syscalls, keep it small to 
avoid wasting high speed cache memory, and keep it a power of two to work with 
OS and filesystem buffers.

----------
dependencies:  -argparse.FileType for '-' doesn't work for a mode of 'rb'

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

Reply via email to