Raymond Hettinger <python <at> rcn.com> writes:
> 
> If we wanted to go the distance and type specialize,
> it is possible to use the same ideas that used in
> Py2.6's builtin sum() to speed-up compares for particular types.

Would it be useful to create a macro that packs some of the optimizations in
http://bugs.python.org/issue3106 , so that interested code can get the
optimizations for free simply by using the macro?



_______________________________________________
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

Reply via email to