[
https://issues.apache.org/jira/browse/ARROW-15594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-15594:
-----------------------------------
Labels: pull-request-available (was: )
> [C++][FlightRPC] Allow parsing messages from const Buffer&
> ----------------------------------------------------------
>
> Key: ARROW-15594
> URL: https://issues.apache.org/jira/browse/ARROW-15594
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++, FlightRPC
> Reporter: David Li
> Assignee: David Li
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Right now methods like {{FlightInfo::Deserialize}} require const std::string&
> which requires an allocation if we're starting with a Buffer. While not a big
> deal, it would be nice if we could avoid the hit. (This comes up in
> Flight/UCX since the implementation is done in terms of Buffers.)
--
This message was sent by Atlassian Jira
(v8.20.1#820001)