-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Turn on performance improvements by default #3502
Comments
|
Where is the flag for this? In the profile? |
Let's split this into 2 different tickets:
|
Yes! I think CLI flag + profile + env var (+ other configuration mechanism?). I'm looking at our discussion in #2990 re: coordinating configs.
One thing I had discussed with @nathaniel-may last week: rather than simply setting
Noting this here because it's different from the way we'd turn on partial parsing by default—that we'd more straightforwardly accomplish by setting the default value of |
The experimental parser remaining work is in this ticket: #3377 |
Remaining must-haves before we turn these on by default. We can fix/handle (ideal), or document limitations with path to turn off (less desirable).
As far as actually turning on:
|
@gshank @nathaniel-may I broke this story down into 2: |
Namely:
This will require accounting for all known "fast-and-incorrect" edge cases and either (or both) of:
This does not require accounting for all known "slow-but-correct" edge cases. While strictly better, those can come later, and they won't yield incorrect results in the meantime.
The text was updated successfully, but these errors were encountered: