Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Swift extension

Tags:

xcode

ios

swift

Swift is growing very fast now a days as it has so many cool features for developers. one of the biggest cool feature is extension.

  1. so adding a so many extension in the project cause any issue of slow compiling?
  2. does it affect the application overall performance ?
like image 331
hardikdevios Avatar asked Apr 28 '26 21:04

hardikdevios


1 Answers

so adding a so many extension in the project cause any issue of slow compiling?

Only to the extent that your adding more source code to the project.

does it affect the application overall performance ?

No it does not effect the overall performance of the app as an extension is resolved at compile time, not runtime.

like image 161
Peter Hornsby Avatar answered Apr 30 '26 10:04

Peter Hornsby



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!