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

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

    [ https://issues.apache.org/jira/browse/ARROW-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16426642#comment-16426642 ] 

ASF GitHub Bot commented on ARROW-2398:
---------------------------------------

andygrove commented on issue #1838: ARROW-2398: [Rust] Create Builder<T> for building buffers directly in aligned memory
URL: https://github.com/apache/arrow/pull/1838#issuecomment-378867157
 
 
   rustfmt has stopped working on my system, so CI will probably fail until I fix that.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> [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
>            Priority: Major
>              Labels: pull-request-available
>             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)