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

Doc: Denote bitmap value is storing with LSB format #198

Merged
merged 1 commit into from
Feb 18, 2024

Conversation

mapleFU
Copy link
Member

@mapleFU mapleFU commented Feb 18, 2024

No description provided.

@mapleFU
Copy link
Member Author

mapleFU commented Feb 18, 2024

cc @torwig @git-hulk @PragmaTwice

@git-hulk git-hulk merged commit a3621bb into apache:main Feb 18, 2024
1 check passed
@mapleFU mapleFU deleted the bit/denote-that-bitmap-is-lsb branch February 18, 2024 14:46
PragmaTwice pushed a commit to apache/kvrocks that referenced this pull request Feb 19, 2024
This is a refactor, see: #2076

Previously, adhoc bit operations are used. This patch extract `GetBit` and `SetBitTo` operation to simplify the impl.

Also, because the LSB/MSB format we're using it different in BitmapString and Bitmap( see apache/kvrocks-website#198 ), `lsb` and `msb` is extracted to prevent from mistakes.
JoverZhang pushed a commit to JoverZhang/kvrocks that referenced this pull request Feb 24, 2024
…e#2105)

This is a refactor, see: apache#2076

Previously, adhoc bit operations are used. This patch extract `GetBit` and `SetBitTo` operation to simplify the impl.

Also, because the LSB/MSB format we're using it different in BitmapString and Bitmap( see apache/kvrocks-website#198 ), `lsb` and `msb` is extracted to prevent from mistakes.
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.

3 participants