Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
Execution Team 2021-06-28
Description
Implement a basic static Simple-8b encoder and decoder functions using basic masking/shift operations and test the functionality in a new unittest.
The function signatures will look something like this:
uint64_t encodeSimple8b(uint8_t selector, std::vector<uint64_t> values);
|
std::vector<uint64_t> decodeSimple8b(uint64_t simple8bBlock);
|
Attachments
Issue Links
- depends on
-
SERVER-57318 Simple-8b encoder/decoder
-
- Closed
-
- duplicates
-
SERVER-57645 Simple-8b: Calculate the Selector from the Input Values
-
- Closed
-