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 line parsing #40

Open
gforcada opened this issue Jan 7, 2020 · 1 comment
Open

Improve line parsing #40

gforcada opened this issue Jan 7, 2020 · 1 comment

Comments

@gforcada
Copy link
Owner

gforcada commented Jan 7, 2020

The raw lines are being processed by a huge regular expression that needs to capture every small detail of it. This is the main factor of the slowness, as checked with a rather small file (50k lines only) and performance tools.

Are there other, faster, ways to process it? 🤔

@gforcada
Copy link
Owner Author

https://ohadravid.github.io/posts/2023-03-rusty-python/ sounds like a good inspiration 🦀 🎉

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