joechenrh commented on PR #485:
URL: https://github.com/apache/arrow-go/pull/485#issuecomment-3231172032

   > This is likely due to the buffer pool that we utilize.
   
   The default allocator `GoAllocator` doesn't use buffer pool, and in page 
reader, we get buffer from allocator directly, so we need to manually reclaim 
it after finish. Besides, I think the meaning of "allocator" is that we 
manually manage memory, rather than relying on GC.


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to