[Python-ideas] Ordered storage of keyword arguments (original) (raw)
Guido van Rossum guido at python.org
Thu Oct 28 16:58:08 CEST 2010
- Previous message: [Python-ideas] Ordered storage of keyword arguments
- Next message: [Python-ideas] Ordered storage of keyword arguments
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Let's see if someone can come up with an ordereddict implemented in C first and then benchmark the hell out of it.
Once its performance is acceptable we can talk about using it for keyword args, class dicts, or even make it the one and only dict object -- but the latter would be a really high bar to pass.
-- --Guido van Rossum (python.org/~guido)
- Previous message: [Python-ideas] Ordered storage of keyword arguments
- Next message: [Python-ideas] Ordered storage of keyword arguments
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]