Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plan for the coming 6-12 months and parallel workstreams #40

Closed
gvanrossum opened this issue Apr 5, 2021 · 1 comment
Closed

Plan for the coming 6-12 months and parallel workstreams #40

gvanrossum opened this issue Apr 5, 2021 · 1 comment
Labels
Meta Stuff about the project (incl. management)

Comments

@gvanrossum
Copy link
Collaborator

gvanrossum commented Apr 5, 2021

The Shannon Plan

(Cf. The Seldon Plan from Asimov's Foundation trilogy. :-)

The key goal here is to speed up the bytecode interpreter through speculative specialization (#26). Optimistically we are aiming for speed-up of a factor 2 for Python 3.11 (to be released Oct 2022).

The key successive steps towards this goal are:

It will be hard to parallelize the steps towards the Shannon Plan because each step builds on the previous one. However, there are many other ideas that we can try concurrently with the Shannon plan. When successful, those ideas will produce additional, largely independent speed-ups. Below I am listing the key ones.

Other Parallel Workstreams

@gvanrossum gvanrossum added the Meta Stuff about the project (incl. management) label Apr 5, 2021
@markshannon
Copy link
Member

This is mostly out of date, and we have better process for this now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Meta Stuff about the project (incl. management)
Projects
None yet
Development

No branches or pull requests

2 participants