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

Persistance of the SputnikVM execution #374

Open
harishbm34 opened this issue Nov 28, 2018 · 1 comment
Open

Persistance of the SputnikVM execution #374

harishbm34 opened this issue Nov 28, 2018 · 1 comment

Comments

@harishbm34
Copy link

SputnikVM is running based on per-transaction, it means, starting 'sputnikVM' for every transaction by accepting transaction, header parameter and freeing at end of execution of transaction. It would require some resources (time) to do all these. It might affect the performance of the nodes.

Instead of above approach, can we have the feature of initiating the sputnikVM while starting the node using the same instance to execute the transactions which will save a lots of time.

As you can see in the implementation of EVM by microsoft They are creating an instance and using the same instance to run the transactions.

This feature will helps us to read config at start up. Look at #370

@splix
Copy link
Contributor

splix commented Nov 28, 2018

I'm not quite sure what you mean, but we're planing to do batched processing some time next year, if you mean that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants