This is for C++ language. On Wednesday, May 29, 2024 at 10:31:38 PM UTC-7 [email protected] wrote:
> gRPC exposes const request. However, if the RPC is carrying data (like a > large string), this can be really inefficient as we will have to copy the > whole string in the request if we want to do some processing. > > Is it safe to review the constantness and use release_* function to take > the ownership of the large string? > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/1cacc715-dc37-4a36-898d-e45cef83f6cbn%40googlegroups.com.
