[Python-Dev] PyBench DictCreation (was Re: Performance compares)

Fred L. Drake, Jr. fdrake@acm.org
Fri, 18 May 2001 11:12:34 -0400 (EDT)


Thomas Wouters writes:
 > Sounds to me like it would benifit tuples even more than lists or dicts. At
 > least in my code, I see more short tuples than short lists, and they are
 > usually not altered after creation ;-)

  The slots of tuples are already allocated inline, so I don't think
they'll get much better.  ;-)


-- 
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at Digital Creations