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

Re-implement link and howl parsers without instaparse #25

Open
inaimathi opened this issue Mar 5, 2017 · 0 comments
Open

Re-implement link and howl parsers without instaparse #25

inaimathi opened this issue Mar 5, 2017 · 0 comments
Assignees

Comments

@inaimathi
Copy link
Collaborator

Profiling is pointing to instaparse as the main performance bottleneck. We should re-implement the existing insta grammars using regexes/string slicing directly (there are a lot of assumptions we can make about our input because of the way we're processing it).

This task is for the link and howl parsers specifically. Because of the way they interact, they really can't be treated independently at the moment.

@inaimathi inaimathi self-assigned this Mar 5, 2017
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