Skip to content

Commit

Permalink
Generate parser with ABI version 14
Browse files Browse the repository at this point in the history
Upgrading to tree-sitter 0.20.7 will cause the
generated parser to be built with the newest
ABI version. This includes noticable performance
improvements when parsing query files for
languages like Elixir: tree-sitter/tree-sitter#1589

You can see the difference by comparing the execution time
of the test suite for tree-sitter-elixir.
  • Loading branch information
connorlay committed Oct 16, 2022
1 parent 3b8eb02 commit 2bbf70f
Show file tree
Hide file tree
Showing 3 changed files with 6,989 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"prettier": "^2.3.2",
"tree-sitter-cli": "^0.20.6"
"tree-sitter-cli": "^0.20.7"
},
"tree-sitter": [
{
Expand Down
Loading

0 comments on commit 2bbf70f

Please sign in to comment.