Skip to content

speed up parsing #64

Description

@thautwarm

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

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions