GraalPy - Fast Python Implementation — Štěpán Šindelář, Tim Felgentreff
[EuroPython 2024 — South Hall 2B on 2024-07-11] GraalPy - Fast Python Implementation by Štěpán Šindelář, Tim Felgentreff https://ep2024.europython.eu/session/graalpy-fast-python-implementation GraalPy is the fast Python implementation built on GraalVM. We run PyTorch and TensorFlow and ML models from Huggingface.co. We execute the test suites of the top 600 PyPI packages every day and are the most compatible alternative implementation of Python to date. We can JIT pure Python code to the same speed as code rewritten in Cython: https://twitter.com/timfelgentreff/status/1760597779250839820. We are the most seamless and performant choice for integration with Java in both directions, including Jython compatibility mode. In this talk, we want to show what's possible today with GraalPy and why you might choose it for your projects: for its performance, integration with Java and other languages, or sandboxing and distribution features. --- This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License: https://creativecommons.org/licenses/by-nc-sa/4.0/