Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] support vector<bool> #593

Open
2 tasks done
poor-circle opened this issue Feb 5, 2024 · 0 comments
Open
2 tasks done

[feat] support vector<bool> #593

poor-circle opened this issue Feb 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@poor-circle
Copy link
Collaborator

poor-circle commented Feb 5, 2024

Search before asking

  • I searched the issues and found no similar issues.

What happened + What you expected to happen

support serialize vector<bool>.
vector<bool> 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?

  • Yes I am willing to submit a PR!
@poor-circle poor-circle added the enhancement New feature or request label Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant