On 29/04/2020 20:54, Andrew Barnert via Python-ideas wrote:
On Apr 29, 2020, at 12:03, Christopher Barker<[email protected]>
wrote:
Isn't much demand for a*generic* linked list. It would probably be
a good recipe though -- so users could have a starting point for
their custom version.
I think what would be really handy would be a HOWTO on linked lists
that showed the different options and tradeoffs and how to implement
and use at least a few different ones, and showed why they’re useful
with examples. (And also showed why the Sequence/Iterable API can be
helpful but also why it’s not sufficient.)
Isn't the point that you should be approaching a datastructure in Python
thinking about what you want it to do, not how it's implemented
underneath? That sort of micromanagement smacks of premature optimisation.
--
Rhodri James *-* Kynesim Ltd
_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at
https://mail.python.org/archives/list/[email protected]/message/X4FQMNUQLVVHPCCA7VGACO4NA4YZLLXJ/
Code of Conduct: http://python.org/psf/codeofconduct/