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

Reduce bools and markers size in buffer #22

Merged
merged 1 commit into from Sep 8, 2021
Merged

Reduce bools and markers size in buffer #22

merged 1 commit into from Sep 8, 2021

Conversation

kelindar
Copy link
Owner

@kelindar kelindar commented Sep 8, 2021

  • Booleans, inserts and delete markers are now only taking one byte in the commit.Buffer. Previously there was an additional fixed 1 byte value appended after the opcode. Now, the value is embedded "implicit" in the opcode.
  • Refactored Boolean column to only use one bitmap, it didn't work very well with index anyway.

@kelindar kelindar merged commit ef377ad into main Sep 8, 2021
@kelindar kelindar deleted the onebyte branch September 8, 2021 20:37
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.

None yet

1 participant