|
|
|
|
|
by LBarret
4571 days ago
|
|
cx_freeze just package python apps so you can distribute them like native apps, that is without requiring the installation of the python interpreter. It doesn't impact performance. Performance oriented pythonners go with pypy, numpy, cython, numba, etc. Each of them gives a very significant speed boost. |
|