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