[Python-3000] long/int unification (original) (raw)

martin at v.loewis.de martin at v.loewis.de
Fri Aug 25 03:49:55 CEST 2006


Here is a quick status of the int_unification branch, summarizing what I did at the Google sprint in NYC.

A couple of interesting observations:

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. Using a plain 32-bit int as the representation could be another try, but I somewhat doubt it helps given that the the supposedly-simpler single-digit case is so slow.

Regards, Martin



More information about the Python-3000 mailing list