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

speed up parsing #64

Open
thautwarm opened this issue Oct 31, 2018 · 0 comments
Open

speed up parsing #64

thautwarm opened this issue Oct 31, 2018 · 0 comments
Assignees
Milestone

Comments

@thautwarm
Copy link
Member

Without staging optimization, RBNF seems to be much slower than original CPython parser(with CPython parser, import sklearn costs 2~3 seconds, and RBNF costs almost 10 seconds).

Staging optimization makes RBNF very fast, however a huge startup overhead makes it useless.

To release a version with friendly compiler services, we try to figure a way to perform JIT techniques on bottom-up parser generator and reduce the overhead of wrapping Python interfaces.

https://github.com/thautwarm/rbnfrbnf

@thautwarm thautwarm added this to the v0.1 milestone Oct 31, 2018
@thautwarm thautwarm self-assigned this Oct 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant