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

Block parsing optimization #241

Merged
merged 6 commits into from
Jul 7, 2024
Merged

Block parsing optimization #241

merged 6 commits into from
Jul 7, 2024

Conversation

heyman
Copy link
Owner

@heyman heyman commented Jul 7, 2024

Optimize block parsing when syntax tree isn't available, by parsing the blocks from the string contents of the document in that case, which is much faster than waiting for the syntax tree parsing to finish.

@heyman heyman marked this pull request as ready for review July 7, 2024 20:04
@heyman heyman merged commit bc3a9b6 into main Jul 7, 2024
3 checks passed
@heyman heyman deleted the block-parsing-optimization branch July 7, 2024 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant