Avatar
Kishikawa Katsumi 11/21/2024 9:27 AM
この部分as Boolめっちゃ書くことでコンパイルがめっちゃ速くなるらしい。っていうの前に読んだ。 https://github.com/swiftlang/swift-syntax/pull/2308/files
Description This PR optimizes swift code to accommodate slowness of Type Checker. Context The following two methods are currently slow to compile in swift-syntax package: UnicodeScalarExtensions.i...