gc-game-account-aggregator

UNKNOWN


License
Other
Install
pip install gc-game-account-aggregator==1.0.5

Documentation

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.