{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/8"}],"enrichment":{"capability":"Automatically loads and enables Pyston, a performance-optimizing JIT for Python, when Python starts up, making it a drop-in way to speed up Python code without changing your interpreter.","skillfed_tags":["jit-compiler","performance-optimization","python-runtime"],"use_cases":["Speed up web servers or long-running Python services without rewriting code or switching interpreters.","Accelerate CPU-bound workloads in data processing or scientific computing that cannot easily use compiled alternatives.","Test whether JIT compilation helps your application's performance before committing to a full interpreter switch.","Reduce compute costs by improving throughput on existing Python codebases with minimal deployment changes."],"what_it_does":"Pyston-autoload is a thin wrapper that automatically loads and activates Pyston, a JIT compiler extension for Python, when your Python process starts. Pyston is available as a lite extension module that adds just-in-time compilation to Python 3.7, 3.8, 3.9, and 3.10 without requiring you to switch to a different Python interpreter\u2014it works alongside your existing Python installation and is designed to be compatible with standard CPython binary packages.\n\nThe autoloader eliminates the need to manually enable the JIT in your code; once installed, it runs transparently. According to the project, the JIT delivers roughly 10% faster execution on web-serving macrobenchmarks. Installation is straightforward via pip, though the package itself has not been updated since September 2022.","worth_installing":"Yes, if you run Python 3.7, 3.8, 3.9, or 3.10 and want a low-friction performance boost for CPU-bound or web-serving workloads. The autoloader is simple to install and transparent in operation. However, verify the license terms before use, and note that the package has not been updated since September 2022. Not suitable for Python 3.11+."},"id":"pyston-autoload","links":{"html":"https://skillfed.io/packages/pyston-autoload","md":"https://skillfed.io/packages/pyston-autoload.md","pypi":"https://pypi.org/project/pyston-autoload/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2022-09-26","license_spdx":null,"license_treatment":"unclear","name":"pyston-autoload","python_support":"unspecified","summary":"Automatically loads and enables pyston"},"popularity":{"monthly_downloads":462722,"position":6524,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.3.5"}
