On Fri, Jul 22, 2016 at 8:05 AM, Yan Yan <[email protected]> wrote:
> 7k/sec streaming response still a little slow in my use cases. Can I do > the grpc and protobuf stuff in c++ and integrate it with a python client? > Yes. It is a user requirement that the client has to be in python. > Depending on your use case, it may be that the best way to maximize performance may be to write as much as possible in C++ and deliver to your Python-requiring user as high-level a Python API as possible. No matter what efficiencies we find and improvements we make in our Python code I'm dubious that it will ever be as performant as behaviorally-equivalent C++. What can you share about the API you need to deliver in Python? -Nathaniel -- 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/CAEOYnAR01af%2B8nSxWBQm1DpaYe8uDAuQnYtSF%3Dni6Kacf7yw8g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
