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 lemburg
Recipients amaury.forgeotdarc, hyeshik.chang, kcwu, lemburg, loewis
Date 2008-02-14.09:59:45
SpamBayes Score 0.098607816
Marked as misclassified No
Message-id <1202983187.54.0.129972379241.issue2066@psf.upfronthosting.co.za>
In-reply-to
Content
I think Martin was looking for other optimizations that still leave the
data in a static C const (in order to be shared between processes and
only loaded on demand), but do compress the data representation, e.g.
using some form of Huffman coding.

While I don't see adding a few 100kB of static C data to a DLL as a
major problem (even less so, if it's possible to disable support via a
configure switch, e.g. for embedded systems), it would be interesting to
check whether the lookups tables can be compressed by way of their
structure.
History
Date User Action Args
2008-02-14 09:59:47lemburgsetspambayes_score: 0.0986078 -> 0.098607816
recipients: + lemburg, loewis, amaury.forgeotdarc, hyeshik.chang, kcwu
2008-02-14 09:59:47lemburgsetspambayes_score: 0.0986078 -> 0.0986078
messageid: <1202983187.54.0.129972379241.issue2066@psf.upfronthosting.co.za>
2008-02-14 09:59:46lemburglinkissue2066 messages
2008-02-14 09:59:46lemburgcreate