Making python fast for free - adventures with mypyc

Making python fast for free - adventures with mypyc

Articles

A look at using the mypyc compiler which uses standard Python type hints to generate C extensions automatically from Python code.