Re: Understanding the CPython dict implementation

2010-03-17 Thread Steven D'Aprano
On Tue, 16 Mar 2010 16:04:22 -0400, Terry Reedy wrote: > On 3/16/2010 7:46 AM, Steven D'Aprano wrote: >> On Sun, 14 Mar 2010 19:39:46 -0400, Terry Reedy wrote: >> >>> I found this PyCon2010 presentation to be excellent: The Mighty >>> Dictionary, Branden Craig Rhodes, 30 min. > > Sorry, > http://

Re: Understanding the CPython dict implementation

2010-03-16 Thread Terry Reedy
On 3/16/2010 7:46 AM, Steven D'Aprano wrote: On Sun, 14 Mar 2010 19:39:46 -0400, Terry Reedy wrote: I found this PyCon2010 presentation to be excellent: The Mighty Dictionary, Branden Craig Rhodes, 30 min. Sorry, http://pycon.blip.tv/file/3332763/ which plays fine in FF3.6 on windows http

Re: Understanding the CPython dict implementation

2010-03-16 Thread Michiel Overtoom
On 16 Mar 2010, at 12:46 , Steven D'Aprano wrote: > On Sun, 14 Mar 2010 19:39:46 -0400, Terry Reedy wrote: > >> I found this PyCon2010 presentation to be excellent: The Mighty >> Dictionary, Branden Craig Rhodes, 30 min. >> http://pycon.blip.tv/file/3264041/ > > > Unfortunately, that clip seem

Re: Understanding the CPython dict implementation

2010-03-16 Thread Steven D'Aprano
On Sun, 14 Mar 2010 19:39:46 -0400, Terry Reedy wrote: > I found this PyCon2010 presentation to be excellent: The Mighty > Dictionary, Branden Craig Rhodes, 30 min. > http://pycon.blip.tv/file/3264041/ Unfortunately, that clip seems to be unwatchable, at least for me. It crashed the Netscape pl

Re: Understanding the CPython dict implementation

2010-03-15 Thread Alex Willmer
On Mar 15, 4:06 am, John Nagle wrote: >     Is this available as a paper? > >                                 John Nagle It doesn't wppear to be, slides are here: http://us.pycon.org/2010/conference/schedule/event/12/ Alex -- http://mail.python.org/mailman/listinfo/python-list

Re: Understanding the CPython dict implementation

2010-03-14 Thread John Nagle
Terry Reedy wrote: I found this PyCon2010 presentation to be excellent: The Mighty Dictionary, Branden Craig Rhodes, 30 min. http://pycon.blip.tv/file/3264041/ Even knowing Python for over a decade, I learned a few things. Terry Jan Reedy Is this available as a paper?

Understanding the CPython dict implementation

2010-03-14 Thread Terry Reedy
I found this PyCon2010 presentation to be excellent: The Mighty Dictionary, Branden Craig Rhodes, 30 min. http://pycon.blip.tv/file/3264041/ Even knowing Python for over a decade, I learned a few things. Terry Jan Reedy -- http://mail.python.org/mailman/listinfo/python-list