[Python-Dev] VM and Language summit info for those not at Pycon (and those that are!)

Antoine Pitrou solipsis at pitrou.net
Sun Mar 20 15:51:31 CET 2011


On Sun, 20 Mar 2011 14:39:20 +0100
Stefan Behnel <stefan_ml at behnel.de> wrote:
> 
> If anyone knows about a good benchmark for a currently pure Python standard 
> library module, preferably a smaller, self-contained one that's somewhat 
> computationally intensive, I'd be happy to hear about it.

You can take a look at difflib, sre_compile, weak containers
(WeakrefSet, WeakValueDict, WeakKeyDict).

Regards

Antoine.




More information about the Python-Dev mailing list