Is tree-sitter the best tool for non-incremental parsing #3429
Unanswered
patrick-nicodemus
asked this question in
Q&A
Replies: 1 comment
-
Not that I know of, but it'd be really cool to have such comparisons. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I understand that tree-sitter's strength is in incremental parsing. Is tree-sitter still a good tool for the job if we are interested in non-incremental parsing? The documentation says that tree-sitter's parser for Rust is three times slower than that of rustc. This is a useful point of comparison, but that is a handwritten parser and that is a lot of time and energy. Are there benchmarks on tree-sitter's performance in non-incremental parsing compared to other parser-generators such as Bison, Antlr or Yacc?
Beta Was this translation helpful? Give feedback.
All reactions