Skip to content
Snippets Groups Projects
Commit cf5a1bc4 authored by Carl Lerche's avatar Carl Lerche
Browse files

Rewrite `Bytes` / `BytesMut` core implementation

The previous implementation didn't factor in a single `Bytes` handle
being stored in an `Arc`. This new implementation correctly impelments
both `Bytes` and `BytesMut` such that both are `Sync`.

The rewrite also increases the number of bytes that can be stored
inline.
parent 0360f191
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment