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 alexandre.vassalotti
Recipients alexandre.vassalotti, pitrou
Date 2008-05-08.02:48:47
SpamBayes Score 0.012881879
Marked as misclassified No
Message-id <1210214929.14.0.972798570859.issue2523@psf.upfronthosting.co.za>
In-reply-to
Content
I see that the code is still using the immutable bytes object for its
buffer (which forces Python to create a new buffer every time its
modified). Also, I think it worthwhile to check if using a pre-allocated
bytearray object (i.e., bytearray(buffer_size) where `buffer_size` is an
integer) would have any performance benefits.
History
Date User Action Args
2008-05-08 02:48:49alexandre.vassalottisetspambayes_score: 0.0128819 -> 0.012881879
recipients: + alexandre.vassalotti, pitrou
2008-05-08 02:48:49alexandre.vassalottisetspambayes_score: 0.0128819 -> 0.0128819
messageid: <1210214929.14.0.972798570859.issue2523@psf.upfronthosting.co.za>
2008-05-08 02:48:48alexandre.vassalottilinkissue2523 messages
2008-05-08 02:48:47alexandre.vassalotticreate