[SERVER-57724] Simple-8b: Allow values to be appended Created: 15/Jun/21  Updated: 29/Oct/23  Resolved: 30/Jun/21

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

Type: Task Priority: Major - P3
Reporter: Jackson Xie (Inactive) Assignee: Jackson Xie (Inactive)
Resolution: Fixed 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
Backwards Compatibility: Fully Compatible
Sprint: Execution Team 2021-07-12
Participants:

 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;
}



 Comments   
Comment by Vivian Ge (Inactive) [ 06/Oct/21 ]

Updating the fixversion since branching activities occurred yesterday. This ticket will be in rc0 when it’s been triggered. For more active release information, please keep an eye on #server-release. Thank you!

Comment by Githook User [ 30/Jun/21 ]

Author:

{'name': 'Jackson Xie', 'email': 'jackson.xie@mongodb.com', 'username': 'jacksonx9'}

Message: SERVER-57724: Simple8b append functionality into a buffer, retrieving all values and having no unused buckets
Branch: master
https://github.com/mongodb/mongo/commit/36341a87e2480634d4a84b58532d13b22e1e5dfb

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