You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/09/21 01:02:00 UTC

[jira] [Updated] (ARROW-9579) [C++] Provide the plugin API to support customized compression codec

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

ASF GitHub Bot updated ARROW-9579:
----------------------------------
    Labels: pull-request-available  (was: )

> [C++] Provide the plugin API to support customized compression codec 
> ---------------------------------------------------------------------
>
>                 Key: ARROW-9579
>                 URL: https://issues.apache.org/jira/browse/ARROW-9579
>             Project: Apache Arrow
>          Issue Type: Wish
>          Components: C++
>            Reporter: xieqi
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> In demand of better performance, quite some end users want to leverage accelerators (e.g. FPGA, Intel QAT) to offload compression. However, in current Arrow compression framework, it only supports codec name based compression implementation and can't be customized to leverage accelerators. For example, for gzip format, we can't call customized codec to accelerate the compression. We would like to proposal a plugin API to support the customized compression codec.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)