Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved responsiveness of editor for large projects #12

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Apr 24, 2014

  1. Cache the StepMatcher on the StepCandidate. They're not that big (~1k

    each) and recreating and recompiling the regex pattern every time is
    insanely expensive.
    rimesc committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    6d6458b View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2015

  1. Naively handle the case where the priority isn't a literal integer (it

    might be a reference to a constant or an expression) by setting the
    priority to null.
    rimesc committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    956e0c8 View commit details
    Browse the repository at this point in the history
  2. Merge upstream changes.

    rimesc committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    e72c4b1 View commit details
    Browse the repository at this point in the history