We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cznic/golex
Ragel
Ragel generates a more performant lexer than cznic/golex
The text was updated successfully, but these errors were encountered:
Line
go/token
#80 implement Ragel based lexer
2c64915
Merge pull request #83 from z7zmey/ragel
b00a785
For the historical reference, it seems like the performance boost is significant.
Benchmarks in php-parser repository show x2-3 speedup.
php-parser
In a more real-case scenario that performance increase is lower.
Sorry, something went wrong.
No branches or pull requests
Ragel generates a more performant lexer than
cznic/golex
The text was updated successfully, but these errors were encountered: