/cython-extensions

This holds all of the cython extensions used throughout gamechanger

Primary LanguagePython

Cython allows you to write c extensions for python. Instead of interpreting python code, you can compile a python file using cython and run the much faster compiled c binary.

This repo is where we store all cython extensions used in GameChanger's production code. These have generally been designed to make certain parts of the code run more efficiently then before.