Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faster-cpython/ideas
https://github.com/faster-cpython/ideas
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/faster-cpython/ideas
- Owner: faster-cpython
- Created: 2021-03-02T20:38:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T08:23:47.000Z (5 months ago)
- Last Synced: 2024-10-02T00:01:23.731Z (about 1 month ago)
- Size: 233 MB
- Stars: 1,680
- Watchers: 133
- Forks: 48
- Open Issues: 153
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Faster CPython Ideas
Discussion and work tracker for Faster CPython project.
New ideas should be created as new [issues](https://github.com/faster-cpython/ideas/issues/new/choose). It is ok if the idea is not fully formed -- we treat them as discussions to arrive at something actionable. (We had previously used discussions for this, but that is now deprecated).
The [CPython issue tracker](https://github.com/python/cpython/issues) should be used for actual work-in-progress.
Some links to presentations and other preliminary documentation:
- [Guido's slides at the 2021 Python Language Summit](FasterCPythonDark.pdf)
- [Mark's slides explaining Tiers of Execution](https://docs.google.com/presentation/d/1_cvQUwO2WWsaySyCmIy9nj9by4JKnkbiPCqtluLP3Mg)
- [PEP 659](https://peps.python.org/pep-0659/)## Published Results
Benchmarking and pystats results are published to the [benchmarking-public repo](https://github.com/faster-cpython/benchmarking-public).