-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
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; }
- depends on
-
SERVER-57318 Simple-8b encoder/decoder
- Closed