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

Precompile filtrex in build script #19

Closed
cshaa opened this issue Aug 29, 2019 · 0 comments
Closed

Precompile filtrex in build script #19

cshaa opened this issue Aug 29, 2019 · 0 comments
Milestone

Comments

@cshaa
Copy link
Owner

cshaa commented Aug 29, 2019

Right now, jison builds filtrex parser in the runtime which takes a significant amount of time (approx. 800ms). It is possible to build the parser and save it as source code. This would make the first run of filtrex much faster.

@cshaa cshaa added this to the v2.1 milestone Sep 3, 2019
@cshaa cshaa closed this as completed in 4f5a1e5 Mar 1, 2020
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