Hello.

For example we have

Class A {}
Struct B {}

And code 'let b = B()' will do much faster than code 'let a = A()'
And therefore code 'let d = Date()' is fast, because Date is struct?
And I can use it in huge cycles fearlessly?




-- 
Alexandr Sedykh
_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users
  • [swift-users] performance qu... Седых Александр via swift-users

Reply via email to