- Jul 31, 2020
- 9,111
- 1,040,065
- 129
TUTProfessor submitted a new resource:
[Ebook] Objc - Optimizing Collections - Write custom collections in Swift with a strong focus on performance
Read more about this resource...
[Ebook] Objc - Optimizing Collections - Write custom collections in Swift with a strong focus on performance
Write custom collections in Swift with a strong focus on performance
In this book, we show how to write very efficient Swift collection code. Throughout the book, we benchmark everything — with some surprising results. We implement custom data structures with value semantics and copy-on-write behavior such as sorted arrays, binary trees, red-black trees, and B-trees.
Even if you never implement your own collections, this book helps you reason...
Read more about this resource...