Performance impact of calling JSON.stringify in loadProtoJSON #1690
Labels
size: l
Pull request size is large.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
We're using the compute engine InstancesClient and notice that every time we create an instance of it we spend a bunch of time in JSON.stringify as it's generating a 1.4 MB object. (This is running in a .333 vCPU cloud function.)
This is the call stack:
Maybe that can be optimized somehow?
The text was updated successfully, but these errors were encountered: