On Sun, 20 Mar 2011 14:39:20 +0100 Stefan Behnel <stefan...@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. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com