Int/int : Swift = 2.7s, ObjC = 3.4s (Swift is 25% faster)
Int64/int64_t : Swift = ObjC = 2.7s (indistinguishable)
edit: Swift compiler is still building in "fastest unchecked" mode for both.
Int/int : Swift = 2.7s, ObjC = 3.4s (Swift is 25% faster)
Int64/int64_t : Swift = ObjC = 2.7s (indistinguishable)
edit: Swift compiler is still building in "fastest unchecked" mode for both.