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

[Feature] Executor: configure segment storage #1479

Open
SchmErik opened this issue Feb 26, 2024 · 1 comment · May be fixed by #1483
Open

[Feature] Executor: configure segment storage #1479

SchmErik opened this issue Feb 26, 2024 · 1 comment · May be fixed by #1483
Labels
enhancement New feature or request

Comments

@SchmErik
Copy link
Contributor

Feature

At the moment, the default behavior is to save the segments in memory, disk or not saving any segments. We would like the default behavior to store in memory until a certain threshold has been reached.

Motivation

this will improve devex by switching the storage only for larger proofs.

Implementation

change the default implementation for when Executor.run() function is called.

@SchmErik SchmErik added the enhancement New feature or request label Feb 26, 2024
Copy link

linear bot commented Feb 26, 2024

@SchmErik SchmErik linked a pull request Feb 27, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant