-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Milestone
Description
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.