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

Remove unneeded contexts from memory #24

Closed
hratoanina opened this issue Feb 9, 2024 · 0 comments
Closed

Remove unneeded contexts from memory #24

hratoanina opened this issue Feb 9, 2024 · 0 comments
Assignees
Labels
crate: evm_arithmetization Anything related to the evm_arithmetization crate. performance Performance improvement related changes

Comments

@hratoanina
Copy link
Contributor

Followup to #25.

Contexts you return from will never be accessed ever again in the future for a given transaction. We can thus discard them to lighten the memory we propagate.

@hratoanina hratoanina added the performance Performance improvement related changes label Feb 9, 2024
@Nashtare Nashtare transferred this issue from 0xPolygonZero/plonky2 Feb 13, 2024
@Nashtare Nashtare added the crate: evm_arithmetization Anything related to the evm_arithmetization crate. label Feb 13, 2024
@Nashtare Nashtare added this to the zk-continuations - Q1 2024 milestone Feb 13, 2024
@Nashtare Nashtare moved this from Todo to In Progress in Zero EVM Mar 1, 2024
@Nashtare Nashtare closed this as completed Apr 5, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Zero EVM Apr 5, 2024
BGluth pushed a commit that referenced this issue Jun 17, 2024
Add test tooling for easier block / txn debugging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate: evm_arithmetization Anything related to the evm_arithmetization crate. performance Performance improvement related changes
Projects
Status: Done
Development

No branches or pull requests

2 participants