[Python-ideas] a new namedtuple
Ethan Furman
ethan at stoneleaf.us
Mon Jul 17 20:01:58 EDT 2017
Guido has decreed that namedtuple shall be reimplemented with speed in mind.
I haven't timed it (I'm hoping somebody will volunteer to be the bench mark guru), I'll offer my NamedTuple
implementation from my aenum [1] library. It uses the same metaclass techniques as Enum, and offers doc string and
default value support in the class-based form.
--
~Ethan~
[1] https://pypi.python.org/pypi/aenum/1.4.5
More information about the Python-ideas
mailing list