Skip to content

Investigate performance #155

@doughsay

Description

@doughsay

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions