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

[jira] [Created] (ARROW-2398) [Rust] Provide a zero-copy builder for type-safe Buffer

Andy Grove created ARROW-2398:
---------------------------------

             Summary: [Rust] Provide a zero-copy builder for type-safe Buffer<T>
                 Key: ARROW-2398
                 URL: https://issues.apache.org/jira/browse/ARROW-2398
             Project: Apache Arrow
          Issue Type: New Feature
          Components: Rust
            Reporter: Andy Grove
            Assignee: Andy Grove
             Fix For: 0.10.0


This PR implements a builder so that buffers can be populated directly in aligned memory (as opposed to being created from Vec<T>).

 

https://github.com/apache/arrow/pull/1838



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