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 aaron_watters, christian.heimes, facundobatista
Date 2008-01-11.17:48:21
SpamBayes Score 0.026887821
Marked as misclassified No
Message-id <1200073707.74.0.727242909256.issue1792@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like a reasonable and good patch. Aaron's tests clearly show
the speed up. However the maximum resize should be limited to a value
around 256 to 1024k:

   size = min(2*size + 1024, 512*1024);
History
Date User Action Args
2008-01-11 17:48:27christian.heimessetspambayes_score: 0.0268878 -> 0.026887821
recipients: + christian.heimes, facundobatista, aaron_watters
2008-01-11 17:48:27christian.heimessetspambayes_score: 0.0268878 -> 0.0268878
messageid: <1200073707.74.0.727242909256.issue1792@psf.upfronthosting.co.za>
2008-01-11 17:48:21christian.heimeslinkissue1792 messages
2008-01-11 17:48:21christian.heimescreate