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

Rewrite TextBuffer::updateSpatialIndex in C++ #71

Open
smashwilson opened this issue Feb 5, 2019 · 0 comments
Open

Rewrite TextBuffer::updateSpatialIndex in C++ #71

smashwilson opened this issue Feb 5, 2019 · 0 comments
Labels
startup-time Work related to improving Atom's launch time.

Comments

@smashwilson
Copy link
Contributor

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.

@smashwilson smashwilson added the startup-time Work related to improving Atom's launch time. label Feb 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
startup-time Work related to improving Atom's launch time.
Projects
None yet
Development

No branches or pull requests

1 participant