Mypyc compiles Python modules to C extensions.
It uses standard Python type hints to generate fast code. Mypyc uses mypy
to perform type checking and type inference.
More information on the Github repository.
Mypyc compiles Python modules to C extensions.
It uses standard Python type hints to generate fast code. Mypyc uses mypy
to perform type checking and type inference.
More information on the Github repository.