Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-57643

Simple-8b: Create Basic Decoder and Encoder Functions

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 5.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • Execution Team 2021-06-28

      Implement a basic static Simple-8b encoder and decoder functions using basic masking/shift operations and test the functionality in a new unittest.

       

      The function signatures will look something like this:

      uint64_t encodeSimple8b(uint8_t selector, std::vector<uint64_t> values);
      std::vector<uint64_t> decodeSimple8b(uint64_t simple8bBlock);

            Assignee:
            jackson.xie@mongodb.com Jackson Xie (Inactive)
            Reporter:
            jackson.xie@mongodb.com Jackson Xie (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: