You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "tahsin hassan (Jira)" <ji...@apache.org> on 2021/06/11 16:43:00 UTC

[jira] [Created] (ARROW-13057) [MATLAB] update feather reading/writing functionality to use latest MATLAB data array (MDA) api's, stead of old style C-matrix api

tahsin hassan created ARROW-13057:
-------------------------------------

             Summary: [MATLAB] update feather reading/writing functionality to use latest MATLAB data array (MDA) api's, stead of old style C-matrix api
                 Key: ARROW-13057
                 URL: https://issues.apache.org/jira/browse/ARROW-13057
             Project: Apache Arrow
          Issue Type: Task
          Components: MATLAB
            Reporter: tahsin hassan
            Assignee: Kevin Gurney


The current featherreadmex and featherwritemex functionality uses the oldĀ 

c-style matrix api, from MATLAB

[https://www.mathworks.com/help/matlab/cc-mx-matrix-library.html?s_tid=CRUX_lftnav]

We should update these functionalities to build against the latest MATLAB Data Array (mda) , C++ style api, since these new API uses modern C++ semantics and design patterns and avoids data copies whenever possible.



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