Looking at the original article, it seems like he is comparing sorting an array of NSNumber <i>objects</i> in Objective-C with sorting an array of <i>primitive</i> integers in Swift.<p>The only really big surprise is that the latter actually used to be <i>slower</i>. Boggle.