OptimizingCollections(Swift4)

On the surface level, this book is about making fast collection implementations. It presents many different solutions to the same simple problem, explaining each approach in detail, and constantly trying to find new ways to push the performance of the next variation even higher than the last.
But secretly, this book is really just a joyful exploration of the many tools Swift gives us for expressing our ideas. This book won’t tell you how to ship a great iPhone app; rather it teaches you tools and techniques that will help you become better at expressing your ideas in the form of Swift code.
The book has grown out of notes and source code I made in preparation for a talk I gave at the dotSwift 2017 conference. I ended up with so much interesting material that I couldn’t possibly fit into a single talk, so I made a book out of it. (You don’t need to see the talk to understand the book, but the video is only 20 minutes or so, and dotSwift has done a great job with editing so that I almost pass for a decent presenter. Also, I’m sure you’ll love my charming Hungarian accent!)

链接:https://pan.baidu.com/s/11TRVH2Xylx1ZZJ52X7Xe8A 密码:jneg

在这里插入图片描述

发布了33 篇原创文章 · 获赞 5 · 访问量 2705

猜你喜欢

转载自blog.csdn.net/qq_27934465/article/details/104726686