ni / grpc-device

gRPC server providing remote access to NI device driver APIs.
MIT License
71 stars 50 forks source link

Code generation could be more efficient for simple 'repeated' types #1011

Open dmondrik opened 1 year ago

dmondrik commented 1 year ago

In many cases a vector is declared on the stack and the data is copied unnecessarily. Examples:

In at least some cases like this, we should be able to generate code that efficiently:

AB#2545490