You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Adam Lippai (Jira)" <ji...@apache.org> on 2021/04/28 00:36:00 UTC

[jira] [Created] (ARROW-12578) [JS] Simplify UTF8 handling in NodeJS

Adam Lippai created ARROW-12578:
-----------------------------------

             Summary: [JS] Simplify UTF8 handling in NodeJS
                 Key: ARROW-12578
                 URL: https://issues.apache.org/jira/browse/ARROW-12578
             Project: Apache Arrow
          Issue Type: Improvement
          Components: JavaScript
    Affects Versions: 4.0.0
            Reporter: Adam Lippai
             Fix For: 4.0.1


Removing Buffer() usage in favor of TextEncoder() API which is standard.

I didn't see any difference in performance (359s vs 360s) and the removal helps with maintenance. See: [https://github.com/apache/arrow/pull/8418#issuecomment-827972276]

 



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