pb-jelly icon indicating copy to clipboard operation
pb-jelly copied to clipboard

Document grpc_slices/zero_copy/blob

Open nipunn1313 opened this issue 4 years ago • 1 comments

Currently, codegen supports three different forms of ZC codegen

rust.grpc_slices=true rust.zero_copy=true rust.blob=true

Analyze/understand why these are here and what they are, and potentially simplify.

nipunn1313 avatar Sep 16 '20 21:09 nipunn1313

At a glance, rust.zero_copy and ctype.CORD actually work similarly (where ctype.CORD generates references to a not-yet-OSS library blob_pb which includes WrappedBlob and VecSlice). Understand what's going on here - and potentially clean up and open source blob_pb.

nipunn1313 avatar Sep 16 '20 21:09 nipunn1313