cython

Issue #9 wontfix
jverbrug created an issue

Consider using cython and putting static type declarations at strategic location in the code (after profiling). Potentially massive speedup it seems.

For pyinstaller: probably need to manually add dependencies to specfile.

Added bonus: no decompilation possible.

Comments (2)

  1. Log in to comment