[Python-Dev] Where the speed is lost! (was: 1.6 speed)

Andrew M. Kuchling akuchlin@mems-exchange.org
Tue, 25 Apr 2000 16:54:11 -0400 (EDT)


Christian Tismer writes:
>Mark Hammond pointed me to the int/long unification.
>Was this done *after* the unicode patches?

Before.  It seems unlikely they're the cause (they just add a 'if
(PyLong_Check(key)' branch to the slicing functions in abstract.c.
OTOH, if pystone really exercises sequence multiplication, maybe
they're related (but 10% worth?).

-- 
A.M. Kuchling			http://starship.python.net/crew/amk/
I know flattery when I hear it; but I do not often hear it.
  -- Robertson Davies, _Fifth Business_