You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/04/03 22:54:42 UTC

[jira] [Created] (ARROW-766) [C++] Introduce zero-copy "StringPiece" type

Wes McKinney created ARROW-766:
----------------------------------

             Summary: [C++] Introduce zero-copy "StringPiece" type
                 Key: ARROW-766
                 URL: https://issues.apache.org/jira/browse/ARROW-766
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Wes McKinney


This is a pattern used in many Google codebases, like TensorFlow. It can prevent memory allocation from {{std::string}} in some cases. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)