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

Simple-8b: Calculate the Selector from the Input Values

    • Type: Icon: Task Task
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Execution Team 2021-07-12

      Implement a basic static Simple-8b encoder and decoder functions without passing in a `selector` variable and test the functionality in a new unittest.

       

      The function signatures will look something like this:

      uint64_t encodeSimple8b(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: