Reading List

Swift Collections 1.1 from Michael Tsai RSS feed.

Swift Collections 1.1

Karoy Lorentey (Mastodon): This feature release adds a number of new data structure implementations, along with minor changes to existing constructs.[…]Heap implements a min-max heap, backed by a native array.BitSet and BitArray are two alternate representations of a bitmap type, backed by dynamically allocated storage.TreeSet and TreeDictionary are hashed collections implementing Compressed Hash-Array Mapped Prefix […]