-
Notifications
You must be signed in to change notification settings - Fork 135
perf(pegboard): increase page size for passing data from downlaod to lz4 #2288
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
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
a2bf5a8 to
79ca91f
Compare
402aa66 to
317678e
Compare
317678e to
b17fc4e
Compare
79ca91f to
6685e2d
Compare
b17fc4e to
317678e
Compare
6685e2d to
79ca91f
Compare
Merge activity
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
The changes improve performance by increasing the read buffer size in the lz4 decompression process within setup.rs.
- Increased buffer size from 8192 to 65536 bytes in file /packages/edge/infra/client/manager/src/actor/setup.rs.
- Reduces system calls during decompression, enhancing performance.
- Maintains robust error handling for both lz4 and tar commands.
- The 64KiB allocation is well justified without raising memory concerns.
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
…lz4 (#2288) <!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->

Changes