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

feat: parallelize reading of trace files #298

Merged
merged 2 commits into from
Sep 5, 2024

Conversation

DavePearce
Copy link
Collaborator

No description provided.

This now parallelises the process of converting the binary bytes from a
given `lt` trace file into arrays of `fr.Element`.  This improves the
time needed to read large trace files by a fairly considerable amount.
This puts in place some special case readers for `lt` files.
Specifically, when reading columns which are bytes, words, double words
and quadwords.  This offers a small improvement.
@DavePearce DavePearce linked an issue Sep 5, 2024 that may be closed by this pull request
@DavePearce DavePearce merged commit 519fbb2 into main Sep 5, 2024
2 checks passed
@DavePearce DavePearce deleted the 297-parallelize-reading-of-trace-files branch September 5, 2024 16:53
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 this pull request may close these issues.

Parallelize Reading of Trace Files
1 participant