coderex2522 opened a new pull request, #1271: URL: https://github.com/apache/orc/pull/1271
### What changes were proposed in this pull request? This patch implements a block-based buffer allocator. Provides smarter memory management for the buffer of BufferedOutputStream class. ### Why are the changes needed? This patch implements smarter memory management, which can effectively solve the [issue-1240](https://github.com/apache/orc/issues/1240). And replacing DataBuffer with BlockBuffer in BufferedOutputStream class will be implemented in another patch. ### How was this patch tested? The UTs in TestBlockBuffer.cc can test this patch. -- 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]
