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

Parallelize Reading of Trace Files #297

Closed
DavePearce opened this issue Sep 5, 2024 · 1 comment · Fixed by #298
Closed

Parallelize Reading of Trace Files #297

DavePearce opened this issue Sep 5, 2024 · 1 comment · Fixed by #298
Assignees

Comments

@DavePearce
Copy link
Collaborator

Reading large trace files has become a fairly large bottleneck, and this is something that could potentially be parallelised (as suggested by @AlexandreBelling). The goal of this issue is twofold:

  1. Check that indeed parsing bytes into fr.Element is the real bottleneck (i.e. not reading bytes from disk into memory)
  2. Actually implement the parallelisation
@DavePearce DavePearce self-assigned this Sep 5, 2024
@DavePearce
Copy link
Collaborator Author

Also to do:

  1. Special case for reading of columns with smaller widths.

@DavePearce DavePearce linked a pull request Sep 5, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant