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

Antoine Pitrou commented on ARROW-1715:
---------------------------------------

I think it will be down to differences in metadata serialization overhead, 
because in both cases you end up copying the buffer contents into the pickle 
stream (and actually there's a second copy before that, as pickle will only 
allow serializing a bytes object, not a zero-copy buffer).

> [Python] Implement pickling for Array, Column, ChunkedArray, RecordBatch, 
> Table
> -------------------------------------------------------------------------------
>
>                 Key: ARROW-1715
>                 URL: https://issues.apache.org/jira/browse/ARROW-1715
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: Python
>            Reporter: Wes McKinney
>            Priority: Major
>             Fix For: 0.10.0
>
>




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

Reply via email to