[EMAIL PROTECTED] wrote: > I'm not sure whether this performance change is > acceptable; at this point, I'm running out of ideas > how to further improve the performance.
without really digging into the patch, is it perhaps time to switch to unboxed integers for the CPython interpreter ? (support for implementation subtypes could also be nice; I agree that it would be nice if we had only one visible integer type, but I don't really see why the implementation has to restricted to one type only. this applies to strings too, of course). </F> _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
