queue container?

Steven Schveighoffer schveiguy at yahoo.com
Wed Oct 26 06:55:17 PDT 2011


On Wed, 26 Oct 2011 03:18:27 -0400, Gor Gyolchanyan  
<gor.f.gyolchanyan at gmail.com> wrote:

> The best implementation of queue IMO is using a doubly-linked list,
> which is missing from Phobos.
> I wanted ti implement a thread-safe queue too, but i failed due to the
> lack of appropriate lists.

www.dsource.org/projects/dcollections

Has both a doubly-linked list and deque implementation.

Not thread-safe however...

-Steve


More information about the Digitalmars-d mailing list