This release adds `pyston_lite`, the Pyston JIT as an extension module. `pyston_lite` is distributed via PyPI / conda, so one can just do
pip install pyston_lite_autoload
This release also contains other performance enhancements, such as for numeric code, which appear both in the full Pyston distribution here as well as pyston-lite.
See [our blog post](https://blog.pyston.org/2022/06/08/announcing-pyston-lite-our-python-jit-as-an-extension-module/) for more details.