Pyston speeds up Python
-
Would be useful to use Pyston to not have to worry about too many Python versions and optimize running Python apps?
@staff Other Cloudron use cases?
-
@atridad
it's not so easy, you need to compile all the C extensions modules that you are using. For example, are not compatible libraries because there's no way to easily compile them are tensorflow, pytorch.But in generaly Yes is compatible with all the python code because it's a fork of its default interpreter/compiler CPython.