Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Rewrite TextBuffer::updateSpatialIndex in C++ #71

Open
@smashwilson

Description

@smashwilson

TextBuffer::updateSpatialIndex costs about ~100ms per call because it's pulling objects across the C++/JavaScript boundary. It's only supposed to run during idle callbacks, but they add up. Rewriting it in C++-land should give us a performance boost.

Metadata

Metadata

Assignees

No one assigned

    Labels

    startup-timeWork related to improving Atom's launch time.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions