Author loewis
Recipients
Date 2005-11-18.08:00:17
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch speeds up the charmap encoder by a factor of 4 to 5, using a 
trie structure instead of a dictionary; the speedup primarily comes from 
not creating integer objects in the process.

The trie is created by inverting the encoding map; the codec generator is 
changed to drop the encoding dictionary, and instead emit a function call 
to create the trie.
History
Date User Action Args
2007-08-23 15:44:37adminlinkissue1359618 messages
2007-08-23 15:44:37admincreate