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 neologix
Recipients ezio.melotti, nadeem.vawda, neologix, serhiy.storchaka, skip.montanaro, tiwilliam
Date 2014-04-27.16:42:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398616973.17.0.111041328706.issue20962@psf.upfronthosting.co.za>
In-reply-to
Content
William, thanks for the benchmarks.

Unfortunately this type of benchmark depends on the hardware (disk, SSD, emmoey bandwitdh, etc).

So I'd suggest, instead of using an hardcoded value, to simply reuse io.DEFAULT_BUFFER_SIZE.
That way, if some day we decide to change it, all user code wil benefit from the change.
History
Date User Action Args
2014-04-27 16:42:53neologixsetrecipients: + neologix, skip.montanaro, nadeem.vawda, ezio.melotti, serhiy.storchaka, tiwilliam
2014-04-27 16:42:53neologixsetmessageid: <1398616973.17.0.111041328706.issue20962@psf.upfronthosting.co.za>
2014-04-27 16:42:53neologixlinkissue20962 messages
2014-04-27 16:42:52neologixcreate