You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Dominik Moritz (Jira)" <ji...@apache.org> on 2021/05/15 15:56:00 UTC

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

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

Dominik Moritz commented on ARROW-12578:
----------------------------------------

New pull request https://github.com/apache/arrow/pull/10332

> [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
>            Assignee: Dominik Moritz
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 4.0.1
>
>          Time Spent: 6h
>  Remaining Estimate: 0h
>
> 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)