You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Andy Grove (JIRA)" <ji...@apache.org> on 2018/04/09 23:49:00 UTC

[jira] [Created] (ARROW-2433) [Rust] Add Builder.push_slice(&[T])

Andy Grove created ARROW-2433:
---------------------------------

             Summary: [Rust] Add Builder.push_slice(&[T])
                 Key: ARROW-2433
                 URL: https://issues.apache.org/jira/browse/ARROW-2433
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Rust
            Reporter: Andy Grove
            Assignee: Andy Grove
             Fix For: 0.10.0


When populating a Builder<u8> with Utf8 data it is more efficient to push whole strings as &[u8] rather than one byte at a time.

The same optimization works for all other types too.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)