We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bytes/src/bytes_mut.rs
Lines 735 to 736 in 6fdb739
It should not be too complicated to integrate the RawVector implementation. With this change you can avoid double checks and use inline optimizations.
RawVector
The implementation should be very soundness, so I will need the help of the creators to define it.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
bytes/src/bytes_mut.rs
Lines 735 to 736 in 6fdb739
It should not be too complicated to integrate the
RawVector
implementation. With this change you can avoid double checks and use inline optimizations.The implementation should be very soundness, so I will need the help of the creators to define it.
The text was updated successfully, but these errors were encountered: