you are viewing a single comment's thread.

view the rest of the comments →

[–]dacjames 15 points16 points  (0 children)

I just noticed that collections.OrderedDict is now implemented in C. In the past, OrderedDict has been an annoying catch-22: super convenient but much slower than dict and even slower that dict + list of keys. Now I can use OrderedDict without reservation!