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 pitrou
Recipients amaury.forgeotdarc, jafo, lemburg, orivej, pitrou
Date 2008-03-20.22:19:50
SpamBayes Score 0.6183781
Marked as misclassified No
Message-id <1206051592.13.0.0158174387286.issue1943@psf.upfronthosting.co.za>
In-reply-to
Content
Well, of course most words in most languages are below 20 characters.
Hence most strings containing words are also below 20 chars. But strings
can also contain whole lines (e.g. decoding of various Internet
protocols), which are statistically below 80 chars. I took that into
account in the freelists patch (it keeps lots of <15 char strings in
memory, and a few <90 char strings), which as you can see still yields
rather little benefits :)
History
Date User Action Args
2008-03-20 22:19:52pitrousetspambayes_score: 0.618378 -> 0.6183781
recipients: + pitrou, lemburg, jafo, amaury.forgeotdarc, orivej
2008-03-20 22:19:52pitrousetspambayes_score: 0.618378 -> 0.618378
messageid: <1206051592.13.0.0158174387286.issue1943@psf.upfronthosting.co.za>
2008-03-20 22:19:51pitroulinkissue1943 messages
2008-03-20 22:19:51pitroucreate