[issue10667] collections.Counter object in C

Raymond Hettinger report at bugs.python.org
Tue Dec 14 19:32:32 CET 2010


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

Attaching a new patch for high-speed update() and __init__().  I also tried a C version of __missing__() but the speed-up was too small to be worth it.

----------
resolution: later -> 
stage:  -> patch review
versions: +Python 3.2 -Python 3.3
Added file: http://bugs.python.org/file20043/fastcount.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10667>
_______________________________________


More information about the Python-bugs-list mailing list