compute-sdk-go icon indicating copy to clipboard operation
compute-sdk-go copied to clipboard

Remove excess string->[]byte->string conversions

Open dgryski opened this issue 3 years ago • 0 comments

There are places in the SDK that induce unnecessary memory allocations / copying, and thus additional work for the garbage collector. These could be removed for improved performance.

dgryski avatar Nov 07 '22 18:11 dgryski