Skip to content

Introduce ArcVec<T> to improve Copy performance of messages#2015

Closed
muhamadazmy wants to merge 1 commit intorestatedev:mainfrom
muhamadazmy:pr2015
Closed

Introduce ArcVec<T> to improve Copy performance of messages#2015
muhamadazmy wants to merge 1 commit intorestatedev:mainfrom
muhamadazmy:pr2015

Conversation

@muhamadazmy
Copy link
Copy Markdown
Contributor

@muhamadazmy muhamadazmy commented Oct 2, 2024

Introduce ArcVec to improve Copy performance of messages

Summary:
The ArcVec is just a thin wrapper around Arc<[T]> that then
can be cheaply cloned. But at the same time can be seralized
and most importantly deserialized when sent over the wire


Stack created with Sapling. Best reviewed with ReviewStack.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants