Welcome to mypyc documentation!¶
Mypyc compiles Python modules to C extensions. It uses standard Python type hints to generate fast code.
First steps
librt: Runtime Library reference
Native operations reference
- Miscellaneous native operations
- Native integer operations
- Native boolean operations
- Native float operations
- Native string operations
- Native bytes operations
- Native bytearray operations
- Native list operations
- Native dict operations
- Native set operations
- Native tuple operations
- Native frozenset operations
Advanced topics