It’s barely transpiled. There are a couple of features that involve actual code generation - enums and namespaces (which are almost never used), but the vast majority of it is just stripping the type annotations so the performance will be 100% identical.
It’s like having “Python” and “Python with type hints” as separate languages and claiming there is a big speed difference between them.
It’s barely transpiled. There are a couple of features that involve actual code generation - enums and namespaces (which are almost never used), but the vast majority of it is just stripping the type annotations so the performance will be 100% identical.
It’s like having “Python” and “Python with type hints” as separate languages and claiming there is a big speed difference between them.