[SERVER-57645] Simple-8b: Calculate the Selector from the Input Values Created: 11/Jun/21  Updated: 30/Jun/21  Resolved: 30/Jun/21

Status: Closed
Project: Core Server
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Task Priority: Major - P3
Reporter: Jackson Xie (Inactive) Assignee: Jackson Xie (Inactive)
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Depends
depends on SERVER-57318 Simple-8b encoder/decoder Closed
Duplicate
is duplicated by SERVER-57643 Simple-8b: Create Basic Decoder and E... Closed
Sprint: Execution Team 2021-07-12
Participants:

 Description   

Implement a basic static Simple-8b encoder and decoder functions without passing in a `selector` variable and test the functionality in a new unittest.

 

The function signatures will look something like this:

uint64_t encodeSimple8b(std::vector<uint64_t> values);
std::vector<uint64_t> decodeSimple8b(uint64_t simple8bBlock);


Generated at Thu Feb 08 05:42:25 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.