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

Investigate performance #155

Open
doughsay opened this issue Jun 8, 2017 · 0 comments
Open

Investigate performance #155

doughsay opened this issue Jun 8, 2017 · 0 comments
Milestone

Comments

@doughsay
Copy link
Owner

doughsay commented Jun 8, 2017

There's some performance problems in the current release, especially around updating fields on objects. Every field update (including verbs and functions) writes the object to disk synchronously. This can very easily lead to hitting the vm timeout if you're updating object fields in a loop.

Also, I want to investigate if the multiple nested calls to vm.runInContext add extra overhead and if we can avoid that.

@doughsay doughsay added this to the 4.0.0 milestone Jun 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant