alibaba / alibaba/yalantinglibs
[feat] support vector<bool>
- Dominant language
- C++
- Stars
- 2.2k
- Forks
- 327
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 2
Description
### Search before asking
- [x] I searched the [issues](https://github.com/alibaba/yalantinglibs/issues) and found no similar issues.
### What happened + What you expected to happen
support serialize `vector`.
`vector` is not trivial serializable, we need serialize it one bit by one bit and zip store them in bytes
### Reproduction way
### Anything else
### Are you willing to submit a PR?
- [x] Yes I am willing to submit a PR!
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files, tests, or entry points; begin by searching the repository for the existing vector serialization implementation and related tests. Done means vector can be serialized by packing its bits into bytes, with coverage for the new behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100