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

Parallel parsing #9

Open
soehrl opened this issue Nov 13, 2024 · 0 comments
Open

Parallel parsing #9

soehrl opened this issue Nov 13, 2024 · 0 comments
Labels
crate: parser Issues with the tracing-tape-parser crate enhancement New feature or request

Comments

@soehrl
Copy link
Owner

soehrl commented Nov 13, 2024

Parsing trace files is extremely slow, so chapters should be parsed in parallel to reduce loading times. The parser needs to be modified to parse individual chapters without knowledge of any previous data.

@soehrl soehrl added enhancement New feature or request crate: parser Issues with the tracing-tape-parser crate labels Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate: parser Issues with the tracing-tape-parser crate enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant