This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Rewrite TextBuffer::updateSpatialIndex in C++ #71
Labels
startup-time
Work related to improving Atom's launch time.
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.The text was updated successfully, but these errors were encountered: