daniel-adam-tfs opened a new pull request, #547:
URL: https://github.com/apache/arrow-go/pull/547

   ### Rationale for this change
   Optimization of memory usage, enables the use of custom allocators when 
reading column data with both buffered and unbuffered readers.
   
   ### What changes are included in this PR?
   Changes to bufferedReader type, new bytesBufferReader type and modification 
of ReadProperties.GetStream to propagate the custom memory allocator to the 
readers.
   
   ### Are these changes tested?
   TODO: add unit tests
   
   ### Are there any user-facing changes?
   The allocator if provided with reader properties will be used to allocate 
the underlying buffers for the buffered/unbuffered readers.
   
   The BufferedReader interface was extended by the Free method to allow 
returning of the memory to the allocator.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to