I have been unable to find a resource with this information, aside looking through the Python source code myself to determine how the objects work themselves. Though I may end up doing this anyway out of curiosity, does anyone know where I could find this online?
|
|
|
|
|
|
|
Checkout the TimeComplexity page on the py dot org wiki. It covers set/dicts/lists/etc at least as far as time complexity goes. |
||
|
|
|
|
Raymond D. Hettinger does an excellent talk about Python's built-in collections called 'Core Python Containers - Under the Hood'. The version I saw focussed mainly on I haven't found a video of the talk online yet, but there are some photos of the pertinent slides from EuroPython in a blog. Here is a summary of my notes on
|
|||
|
|
|
If your asking what I think your asking, you can find them Here. Page 476 and on. It's written around optimization techniques for python, It's mostly Big-O notation of time efficiencies not much memory. Hope it still helps. Brian Gianforcaro |
||
|
|
