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

Simple-8b: Allow values to be appended

    • 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-07-12

      Modify Simple-8b encoder and decoder functions to allow values to be appended one at a time.

      The function signatures will look something like this:

      class Simple8b {
      public:
        bool append(uint64_t val);  std::vector<uint64_t> decode();
      private:
        BufBuilder& _buf;
      }

            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: