Skip to content

Cache execution segment proof for Python VM initialization #1

Description

@cameronfyfe

Python VM initialization alone takes ~60 million cpu cycles so even running a simple python script that uses less than 1 million cycles is prohibitively expensive.

It should be possible to make use of continuations to cache and re-use the proof for this ~60 million cycle execution segment that should be the same between all runs.

References:

It probably makes sense to go beyond just caching it and embed it in the binary so no user ever has to run that segment.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions