-
Notifications
You must be signed in to change notification settings - Fork 194
ZBytes::chunks
#1847
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
base: main
Are you sure you want to change the base?
ZBytes::chunks
#1847
Conversation
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #1847 +/- ##
==========================================
+ Coverage 70.92% 71.46% +0.53%
==========================================
Files 360 363 +3
Lines 65175 66663 +1488
==========================================
+ Hits 46225 47640 +1415
- Misses 18950 19023 +73 ☔ View full report in Codecov by Sentry. |
I'm not sure to understand the use case behind this PR. Can you elaborate? |
I believe @OlivierHecart needed to "fragment" |
Then I believe it should be implemented on a |
See 0c10522. |
6549e19
to
5dc2f55
Compare
5dc2f55
to
0c10522
Compare
This function allows for splitting contiguous
ZBytes
into chunks without cloning the underlying buffer.