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

Variable-width integer encoding

    • Type: Icon: Task Task
    • Resolution: Won't Do
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Storage Execution

      Implement a variable-width multibyte encoding for integers in a new unittest.

      Multibyte encoding using the most significant bit to indicate that the encoding continues in the following byte. Data is stored in the remaining 7 bits.

      We want to be able to use a smaller amount of bits in the first byte to pack some unrelated data. For example the first byte may only use 4 data bits and the continuation bit is located on bit 5.

            Assignee:
            backlog-server-execution [DO NOT USE] Backlog - Storage Execution Team
            Reporter:
            henrik.edin@mongodb.com Henrik Edin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: