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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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