Tags

Compiler

  • Jul 12, 2016

    Exponential time complexity in the Swift type checker

    One of the most annoying problems in Swift is when the compiler gives an 'Expression was too complex to be solved in a reasonable time' error. I look at why this error occurs, how to avoid it and talk about how this should be solved in a future compiler update.

    Swiftcompiler

    Read article