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

Improve import creation times #4580

Open
syrusakbary opened this issue Apr 16, 2024 — with Linear · 0 comments
Open

Improve import creation times #4580

syrusakbary opened this issue Apr 16, 2024 — with Linear · 0 comments
Assignees
Labels
Improvement project-offchain Offchain Labs related work

Comments

Copy link
Member

Right now, Offchain labs is seeing 50% of their time spent on creating an import object for a Store.

They reuse the same Engine, but use multiple stores for that engine… so they need to create imports each time.

It may be worth to have a ImportObject::clone_in_store(&self, new_store: &Store, environment_clone: Function<>)

@syrusakbary syrusakbary added project-offchain Offchain Labs related work Improvement labels Apr 16, 2024 — with Linear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement project-offchain Offchain Labs related work
Projects
None yet
Development

No branches or pull requests

2 participants