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

Req: Performance comparison will be good #83

Open
ArsenShnurkov opened this issue Aug 26, 2017 · 5 comments
Open

Req: Performance comparison will be good #83

ArsenShnurkov opened this issue Aug 26, 2017 · 5 comments

Comments

@ArsenShnurkov
Copy link
Contributor

ArsenShnurkov commented Aug 26, 2017

this implementation claimed to be fastest:
https://github.com/vnmakarov/yaep

it's readme file contain performance comparison with Marpa and yacc

@patrickhuber
Copy link
Owner

Any insight into algorithm specifics?

@ArsenShnurkov
Copy link
Contributor Author

may be this?

@patrickhuber
Copy link
Owner

patrickhuber commented Aug 27, 2017 via email

@patrickhuber
Copy link
Owner

After further digging, looks like a derivative of the DEEP (Directly Executable Earley Parser) with the addition of Frame grouping and origin differentials. I'll have to look into this further.

To speak to the original opened issue:

To get benchmarks, I'd have to pull in an ANSI C Grammar. I have one defined in bnf in the benchmarks project, but haven't used it to parse anything. I was mostly using it to test the bnf parsing.

@ArsenShnurkov
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants