Details
-
Task
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
None
-
Fully Compatible
-
Execution Team 2021-07-12
Description
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;
|
}
|
Attachments
Issue Links
- depends on
-
SERVER-57318 Simple-8b encoder/decoder
-
- Closed
-