Replies: 1 comment 2 replies
-
The |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking at a multi-language scenario. Where memory is being shared between Rust and Dart. It is possible to use a "zero copy buffer" and read/write from both sides.
Enter Tonic/Prost.
Is there a way to allocate the message buffers using a custom type such as a "zero copy buffer"? The goal is to avoid any additional memory operations - move/alloc/copy.
Dart side would simply encode/decode protobuf messages using the "zero copy buffer".
Beta Was this translation helpful? Give feedback.
All reactions