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

i#5538 memtrace seek, part 3: Add reader buffering #5640

Merged
merged 2 commits into from
Sep 8, 2022

Conversation

derekbruening
Copy link
Contributor

Adds buffering to the zipfile reader, which eliminates the 60% slowdown it showed compared to our gzip reader and in fact results in faster read times than the gzip reader.

Adds similar buffering to the gzip reader, which results in an 18% speedup and matches the new zipfile speed.

Issue: #5538

Adds buffering to the zipfile reader, which eliminates the 60%
slowdown it showed compared to our gzip reader and in fact results in
faster read times than the gzip reader.

Adds similar buffering to the gzip reader, which results in an 18%
speedup and matches the new zipfile speed.

Issue: #5538
@derekbruening
Copy link
Contributor Author

Windows hit #5636; re-running.
Linux64 hit #5641: HANG in linux.sigmask-noalarm test; re-running.
Both assumed to be flakes (we need some cleanup....)

@derekbruening derekbruening changed the title i#5538 memtrace seek, part 2: Add reader buffering i#5538 memtrace seek, part 3: Add reader buffering Sep 8, 2022
@derekbruening
Copy link
Contributor Author

The failure is the drcachesim.invariants test #5636 for which I have an imminent fix. Unrelated to this PR.

@derekbruening derekbruening merged commit 4aa747c into master Sep 8, 2022
@derekbruening derekbruening deleted the i5538-reader-buf branch September 8, 2022 20:26
dolanzhao pushed a commit that referenced this pull request Sep 12, 2022
Adds buffering to the zipfile reader, which eliminates the 60%
slowdown it showed compared to our gzip reader and in fact results in
faster read times than the gzip reader.

Adds similar buffering to the gzip reader, which results in an 18%
speedup and matches the new zipfile speed.

Issue: #5538
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.

2 participants