You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is a blazing fast and more standardized alternative written in Rust.
more standardized: no rule collapse.
It is often 2~3 times faster than C++ antlr4 one. It is up to 50 times faster than C++ antlr4 one in its worsest case. It has safe parser with more stable paring latency, nice error message and an interactive visualized client based on web.
Here is a video:
gql-parser-browser.mov
Benchmark in SNB queries:
The text was updated successfully, but these errors were encountered:
Here is a blazing fast and more standardized alternative written in Rust.
It is often 2~3 times faster than C++ antlr4 one. It is up to 50 times faster than C++ antlr4 one in its worsest case. It has safe parser with more stable paring latency, nice error message and an interactive visualized client based on web.
Here is a video:
gql-parser-browser.mov
Benchmark in SNB queries:
The text was updated successfully, but these errors were encountered: