The goal of this document is to keep track of what was done to compile a pure python package into a compiled python package. When I say compiled, I don't mean turned into some .pyc files that still ...
The goal of this repository is to test cythonizing a package and/or its submodules, to make it harder to reverse engineer the codebase and eventually make it run faster. Indeed, after compiling it ...