"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:
> And a "view" of the dictionary is orders faster than creating a copy of
> it (which is required to keep k0 from changing in your example).  If
> you're LUCKY, copying a dictionary is O(n), 

There are ways to do it so you don't have to copy, but the dict would
then no longer be a straightforward hash table.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to