You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Yuting Yan (Jira)" <ji...@apache.org> on 2022/01/21 03:35:00 UTC

[jira] [Created] (IOTDB-2461) Add ZigZag encoding/decoding algorithm

Yuting Yan created IOTDB-2461:
---------------------------------

             Summary: Add ZigZag encoding/decoding algorithm
                 Key: IOTDB-2461
                 URL: https://issues.apache.org/jira/browse/IOTDB-2461
             Project: Apache IoTDB
          Issue Type: Improvement
            Reporter: Yuting Yan


[ZigZag|https://gist.github.com/mfuerstenau/ba870a29e16536fdbaba] encoding maps signed integer/long data to unsigned integer/long data so that numbers with a small absolute value (for instance, -1) have a small variant encoded value too. It does this in a way that "zig-zags" back and forth through the positive and negative integers.



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