https://github.com/dropbox/pyston
The previous version of Pyston, a faster implementation of the Python programming language. Please use this link for the new repository:
https://github.com/dropbox/pyston
Last synced: 7 months ago
JSON representation
The previous version of Pyston, a faster implementation of the Python programming language. Please use this link for the new repository:
- Host: GitHub
- URL: https://github.com/dropbox/pyston
- Owner: pyston
- Created: 2014-04-01T07:17:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T15:23:26.000Z (over 4 years ago)
- Last Synced: 2025-04-25T20:02:59.726Z (7 months ago)
- Homepage: https://github.com/pyston/pyston/
- Size: 33.6 MB
- Stars: 4,878
- Watchers: 247
- Forks: 288
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-python - Pyston - A Python implementation using JIT techniques. (Implementations)
- awesome-python - Pyston - A Python implementation built using LLVM and modern JIT techniques with the goal of achieving good performance. (Implementations)
- fucking_awesome_python - Pyston - A Python implementation built using LLVM and modern JIT techniques with the goal of achieving good performance. (High Performance)
- python-awesome - Pyston - A Python implementation using JIT techniques. (Implementations)
- starred-awesome - pyston - An open-source Python implementation using JIT techniques. (Python)
- awesome-python - Pyston - A Python implementation built using LLVM and modern JIT techniques with the goal of achieving good performance. (Implementations)
- fucking-awesome-python - :octocat: Pyston - :star: 4923 :fork_and_knife: 304 - A Python implementation using JIT techniques. (Implementations)
- awesome-python - Pyston - A Python implementation built using LLVM and modern JIT techniques with the goal of achieving good performance. (Implementations)
README
Pyston is a faster and highly-compatible implementation of the Python programming language.
This is the old repository for Pyston v1, which has been superseded by [Pyston v2](https://github.com/pyston/pyston)
To reduce confusion this repository is kept empty, but if you want to see our old v1 code it is all under the [v1.0 tag](https://github.com/pyston/pyston_v1/tree/v1.0) in this repository.
For updates, please follow [our blog](https://blog.pyston.org/)