[
https://issues.apache.org/jira/browse/ORC-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579329#comment-14579329
]
Aliaksei Sandryhaila commented on ORC-5:
----------------------------------------
Sure, we can introduce async_read_at(), as a positioned alternative to
boost::asio::async_read().
> Converge on buffer design
> -------------------------
>
> Key: ORC-5
> URL: https://issues.apache.org/jira/browse/ORC-5
> Project: Orc
> Issue Type: Improvement
> Reporter: Aliaksei Sandryhaila
>
> Current implementation uses two kinds of buffers: DataBuffer<T> and children
> of Buffer class. The former can use a custom memory pool for allocation,
> while the latter is more similar to asio::buffer. We need to converge to a
> single buffer design that has both of these traits.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)