You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2019/08/28 22:32:00 UTC

[jira] [Created] (ARROW-6381) [C++] BufferOutputStream::Write is slow for many small writes

Wes McKinney created ARROW-6381:
-----------------------------------

             Summary: [C++] BufferOutputStream::Write is slow for many small writes
                 Key: ARROW-6381
                 URL: https://issues.apache.org/jira/browse/ARROW-6381
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Wes McKinney
             Fix For: 0.15.0


{{Write}} calls into {{BufferOutputStream::Reserve}} which does a surprising amount of work. I suggest streamlining the implementation and adding benchmarks for the many-small-writes case



--
This message was sent by Atlassian Jira
(v8.3.2#803003)