GSoC-2011 project:: Containers
dsimcha
dsimcha at yahoo.com
Tue Mar 29 14:50:04 PDT 2011
== Quote from Jonathan M Davis (jmdavisProg at gmx.com)'s article
> The fancier stuff would be nice, but we don't even have a doubly-linked list
> yet. We should get the simpler stuff sorted out before we get particularly
> fancy, not to mention that it's usually the simple stuff that gets heavily
> used.
For the most part I agree, but a doubly linked list might be **too** simple.
Linked lists are so trivial to implement that I'd tend to roll my own that does
exactly what I need with regard additional behavior on insertion, etc. rather than
wrapping a library solution to get these features.
More information about the Digitalmars-d
mailing list