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 christian.heimes
Recipients SilentGhost, christian.heimes, gregory.p.smith, martin.panter, palaviv, rhettinger, terry.reedy, vstinner
Date 2016-03-30.13:56:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459346179.07.0.0983601093012.issue26488@psf.upfronthosting.co.za>
In-reply-to
Content
I see a potential performance issue here. The block size is a small value, usually a couple of kb. With such a small value, the runtime will be dominated by Python call overhead and syscalls.
History
Date User Action Args
2016-03-30 13:56:19christian.heimessetrecipients: + christian.heimes, rhettinger, terry.reedy, gregory.p.smith, vstinner, SilentGhost, martin.panter, palaviv
2016-03-30 13:56:19christian.heimessetmessageid: <1459346179.07.0.0983601093012.issue26488@psf.upfronthosting.co.za>
2016-03-30 13:56:19christian.heimeslinkissue26488 messages
2016-03-30 13:56:18christian.heimescreate