Aug 22, 2017 · 1 min read
Thanks for the tips, tweaking compiler settigs resulted in big cut of compilation time!
I have mixed feelings, however about code changes. It reminds me hand-optimizing low level code in 80’s. Some of the hints prove bad performance of Swift compiler (60 * 60 is shocking example). My longest compiling file takes 70ms, so I am not concerned much (now).
