-
Notifications
You must be signed in to change notification settings - Fork 590
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
perf(encoding): use estimate size in data chunk encoding #8924
Conversation
Codecov Report
@@ Coverage Diff @@
## main #8924 +/- ##
==========================================
+ Coverage 70.90% 70.91% +0.01%
==========================================
Files 1196 1196
Lines 198786 198881 +95
==========================================
+ Hits 140940 141028 +88
- Misses 57846 57853 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 6 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
It could be more cache-friendly if we can use a vectorized addition. But we need alloc the sum array in advance. We need a trade-off between them maybe. But not emergent.
Co-authored-by: stonepage <[email protected]>
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.
license-eye has totally checked 3176 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
1477 | 2 | 1697 | 0 |
Click to see the invalid file list
- src/common/benches/bench_data_chunk_encoding.rs
- src/common/src/test_utils/rand_chunk.rs
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.
What's changed and what's your intention?
as title
Checklist For Contributors
./risedev check
(or alias,./risedev c
)Checklist For Reviewers
Documentation
benchmark: