Collections

Jacob Carlborg doob at me.com
Sat Oct 19 12:11:55 PDT 2013


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


More information about the Digitalmars-d-learn mailing list