On Thu, Feb 5, 2015 at 2:04 PM, Amaury Forgeot d'Arc amauryfa@gmail.com wrote:
And can you leverage the OrderedDict implementation already in the std
lib? Or maybe better, the new one in PyPy?
PyPy dicts and sets (the built-in ones) are already ordered by default.
Exactly ;-)
-Chris