BentoML icon indicating copy to clipboard operation
BentoML copied to clipboard

feature(proto): support C++ implementation of protobuf

Open aarnphm opened this issue 1 year ago • 0 comments

Feature request

Currently, we are using protobuf<3.20, which by default it uses a Python implementation of all message container.

from google.protobuf.internal import api_implementation
print(api_implementation.Type())

Probably we want to use C++ implementation for better speed

Motivation

No response

Other

No response

aarnphm avatar Sep 15 '22 05:09 aarnphm