On 2013-10-19 15:00, simendsjo wrote:
Last I heard, collection design was delayed while waiting for the
allocator design. But I guess there are plenty of collection
implementations already. So where are they?

o Phobos: std.container - RedBlackTree, BinaryHeap, Array, SList, DList
o DCollections: Not updated in 4 years - dead?
o <your library here>

And is the API description in Phobos stable, or is it expected to change
a lot?

Tango has a couple of containers:

* CircularList
* Clink
* HashMap
* HashSet
* LinkedList
* RedBlack
* Slink
* SortedMap
* BitSet
* CacheMap
* HashFile
* Heap
* Stack
* StackMap
* Vector

http://dsource.org/projects/tango/docs/current/
https://github.com/SiegeLord/Tango-D2

--
/Jacob Carlborg

Reply via email to