[CentralOH] Great post on optimizing Python code

Eric Floehr eric at intellovations.com
Tue Nov 2 14:21:40 CET 2010


This is an older but recently discovered post on optimizing a
straight-forward int list to char string conversion routine, and the steps
taken to optimize it.

It's good in that he talks about all the intermediate steps taken in the
process, why he took them, and in the end you come away knowing some general
techniques that you can apply to your own code.

http://www.python.org/doc/essays/list2str.html

Cheers,
Eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/mailman/private/centraloh/attachments/20101102/bfbfda60/attachment.html>


More information about the CentralOH mailing list