Skip to content

SwiftSyntax, performance and code size reduction

Compare
Choose a tag to compare
@tianskylan tianskylan released this 21 Oct 18:29
· 110 commits to master since this release
  • This release uses SwiftSyntax to parse source code.
  • The code generator's runtime performance has improved by about 35% with optimization changes enabled by SwiftSyntax.
  • Reduces the generated file's lines of code.