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 martin.panter
Recipients SilentGhost, christian.heimes, gregory.p.smith, martin.panter, palaviv, rhettinger, terry.reedy, vstinner
Date 2016-04-02.00:32:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459557138.63.0.678066384307.issue26488@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-04-02 00:32:18martin.pantersetrecipients: + martin.panter, rhettinger, terry.reedy, gregory.p.smith, vstinner, christian.heimes, SilentGhost, palaviv
2016-04-02 00:32:18martin.pantersetmessageid: <1459557138.63.0.678066384307.issue26488@psf.upfronthosting.co.za>
2016-04-02 00:32:18martin.panterlinkissue26488 messages
2016-04-02 00:32:17martin.pantercreate