Description of changes:
Current logic of recreating buffers for every part results in a lot of memory acquire/free cycles. since each meta request will have the same sized buffers for each part, just keep them around and reuse
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #, if available:
Description of changes: Current logic of recreating buffers for every part results in a lot of memory acquire/free cycles. since each meta request will have the same sized buffers for each part, just keep them around and reuse
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.