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

Increased compactness of serialized form of bool collections #5

Conversation

brendanlynn
Copy link
Owner

Previously, collections of bools had each bit put into each byte with 7 times the padding as the informational content, as mentioned in #2. With a more compact algorithm for the serialization of such collections, this is no longer the case, and #2 is resolved.

@brendanlynn brendanlynn linked an issue Jul 30, 2024 that may be closed by this pull request
@brendanlynn brendanlynn self-assigned this Jul 30, 2024
@brendanlynn brendanlynn merged commit c176da1 into main Jul 30, 2024
@brendanlynn brendanlynn deleted the 2-implementations-for-arrayscollections-of-bools-are-sub-optimal branch July 30, 2024 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implementations for arrays/collections of bools are sub-optimal
1 participant