You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2019/09/05 23:18:00 UTC

[jira] [Updated] (ARROW-6236) [R] Deduplicate strings using Arrow hash tables instead of passing all values through R's global hash table

     [ https://issues.apache.org/jira/browse/ARROW-6236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Neal Richardson updated ARROW-6236:
-----------------------------------
    Fix Version/s:     (was: 0.15.0)
                   1.0.0

> [R] Deduplicate strings using Arrow hash tables instead of passing all values through R's global hash table
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: ARROW-6236
>                 URL: https://issues.apache.org/jira/browse/ARROW-6236
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: Wes McKinney
>            Priority: Minor
>             Fix For: 1.0.0
>
>
> I suspect that deserialization performance from Arrow to R vector can be improved by deduplicating strings locally prior to setting into R character vectors. You can see our corresponding deduplication logic in Python (which is a slightly different situation because Python does not have a GSHT, but we can have many references to the same object in an output NumPy array)
> https://github.com/apache/arrow/blob/master/cpp/src/arrow/python/arrow_to_pandas.cc#L409



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