This cpp_implementation thing is supposed to make protobuf faster. python setup.py build --cpp_implementation https://github.com/google/protobuf/tree/master/python
Am I running the cpp_implementation of protobuf if I installed grpc thru pip grpcio? easy_install --user pip pip install pip --upgrade --user pip install grpcio-tools --user pip install grpcio --user --upgrade The youtube here mentioned that python gRPC is a wrapper on the C version of gRPC. https://youtu.be/sZx3oZt7LVg?t=301 When I am running python gRPC, which part of the solution stack consumes more time? the RPC part or the protobuf serialization part? Thx. -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/780fd111-da19-4ded-860c-089add4fbe38%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
