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

Improve performance of parsing #1

Closed
cpliakas opened this issue Mar 11, 2012 · 0 comments
Closed

Improve performance of parsing #1

cpliakas opened this issue Mar 11, 2012 · 0 comments

Comments

@cpliakas
Copy link
Owner

Current every line is evaluated by at lease one regular expressions. If we change the logic of the parser, the 80% case could be handled first (which is parsing reports inside a status block) and we can probably eliminate the regular expressions as well.

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