You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Jialin Qiao (Jira)" <ji...@apache.org> on 2021/12/30 03:19:00 UTC

[jira] [Assigned] (IOTDB-2205) Optimizate the longToBytes function in BytesUtils

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

Jialin Qiao reassigned IOTDB-2205:
----------------------------------

    Assignee: Jinrui Zhang

> Optimizate the longToBytes function in BytesUtils
> -------------------------------------------------
>
>                 Key: IOTDB-2205
>                 URL: https://issues.apache.org/jira/browse/IOTDB-2205
>             Project: Apache IoTDB
>          Issue Type: New Feature
>          Components: Core/TsFile
>            Reporter: Yuan Tian
>            Assignee: Jinrui Zhang
>            Priority: Major
>         Attachments: BitConstructor.java
>
>
> Currently, we transfer long to byte[] bitwise in `BytesUtils.longToBytes(long, byte[], int, int)` function which is inefficient.
> We can operate it bytewise. You can refer to the attachment code.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)