Avatar
そのPRこのスレッドでも話題に出てましたね https://forums.swift.org/t/boolean-comparison-causes-extremely-slow-compilation/41609
Since we moved parts of our codebase to swift, our compile times have effectively quadrupled. Trying to combat this, we've used the function and expression debug time flags to figure out if there's something to be saved by simplifying expressions. Apart from the usual suspect...