Storage : Reduce memory allocations when creating a blob from a sub-array #505
Labels
api: storage
Issues related to the googleapis/java-storage API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
When passing a sub-array (offset, length) to the Storage#create method the array is needlessly cloned leading to unnecessary memory allocations.
The text was updated successfully, but these errors were encountered: